Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghlint

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghlint

A linter for GitHub projects.

  • 0.9.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Deprecated

Use GitHub Community Profile.

ghlint

npm version Build Status Dependency Status Code Climate

A linter for GitHub projects.

ghlint focuses on improving your GitHub project for its users and contributors. It's kind of like flint, except it knows about GitHub features and doesn't require your repository to be cloned locally.

ghlint can be used as a command line tool or a library. There is also a web app in development.

Usage

It is recommended that you register a GitHub application to increase your rate limits. Please register a GitHub application and set the GHLINT_ID and GHLINT_SECRET environment variables to your app's ID and secret.

Command Line

Please note that the command line is experimental, still requires a client ID and secret, and may be removed in the future.

  1. Install Node.
  2. npm install -g ghlint
  3. ghlint

Library

  1. Install Node.
  2. npm install --save ghlint

API Documentation

There's no online copy of the docs yet, but they can be generated locally by installing docco and running docco *.js in the root of the repo. Then just open docs/index.html.

Keywords

FAQs

Package last updated on 08 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc