Skip to content

Commit

Permalink
docs(cli): Update Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 13, 2016
1 parent 95ec211 commit bae52db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Install with [npm](https://www.npmjs.com/):

## Usage

Usage of `create-textlint-rule` command.

$ create-textlint-rule --help
Usage
$ create-textlint-rule rule-name

Options
--help Show help
--yarn Use yarn for installing
--yes Pass --yes all for initializing process

Examples
$ create-textlint-rule awesome-rule

Create textlint rule project by following command:

```sh
Expand Down

0 comments on commit bae52db

Please sign in to comment.