Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 3, 2019
1 parent 5fc7353 commit 0f3706b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This command line tools generate textlint rule project files by one command.
Install with [npm](https://www.npmjs.com/):

npm install create-textlint-rule -g
# Or
npx create-textlint-rule

## Usage

Expand All @@ -25,7 +27,10 @@ Usage of `create-textlint-rule` command.
--yes Pass --yes all for initializing process

Examples
$ create-textlint-rule awesome-rule
# create textlint-rule-example directory and install
$ create-textlint-rule example
# install to current directory
$ create-textlint-rule .

Create textlint rule project by following command:

Expand Down

0 comments on commit 0f3706b

Please sign in to comment.