https://github.com/tiaanduplessis/nitpicky-cli
Run flow & eslint with nitpicky config on project
https://github.com/tiaanduplessis/nitpicky-cli
cli eslint flow linter nitpick
Last synced: 8 days ago
JSON representation
Run flow & eslint with nitpicky config on project
- Host: GitHub
- URL: https://github.com/tiaanduplessis/nitpicky-cli
- Owner: tiaanduplessis
- License: mit
- Created: 2018-09-02T14:19:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T07:56:40.000Z (about 6 years ago)
- Last Synced: 2026-03-25T09:58:49.145Z (3 months ago)
- Topics: cli, eslint, flow, linter, nitpick
- Language: JavaScript
- Size: 59.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nitpicky-cli
[](https://npmjs.org/package/nitpicky-cli)
[](https://npmjs.org/package/nitpicky-cli)
[](https://github.com/RichardLitt/standard-readme)
[](https://npmjs.org/package/nitpicky-cli)
[](http://makeapullrequest.com)
> Run flow & eslint with nitpicky config on project
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Praise](#praise)
- [Contribute](#contribute)
- [License](#License)
## Install
This project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com).
```sh
$ npm install nitpicky-cli
$ # OR
$ yarn add nitpicky-cli
```
## Usage
In root of project:
```sh
$ nitpick
# or
$ nitpick [file|dir|glob]
```
## Praise
This package is based on [kcheck](https://github.com/kittens/kcheck).
## Contribute
1. Fork it and create your feature branch: git checkout -b my-new-feature
2. Commit your changes: git commit -am 'Add some feature'
3. Push to the branch: git push origin my-new-feature
4. Submit a pull request
## License
MIT