An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# nitpicky-cli
[![package version](https://img.shields.io/npm/v/nitpicky-cli.svg?style=flat-square)](https://npmjs.org/package/nitpicky-cli)
[![package downloads](https://img.shields.io/npm/dm/nitpicky-cli.svg?style=flat-square)](https://npmjs.org/package/nitpicky-cli)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![package license](https://img.shields.io/npm/l/nitpicky-cli.svg?style=flat-square)](https://npmjs.org/package/nitpicky-cli)
[![make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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