Skip to content

Commit bae52db

Browse files
committed
docs(cli): Update Usage
1 parent 95ec211 commit bae52db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Install with [npm](https://www.npmjs.com/):
1313

1414
## Usage
1515

16+
Usage of `create-textlint-rule` command.
17+
18+
$ create-textlint-rule --help
19+
Usage
20+
$ create-textlint-rule rule-name
21+
22+
Options
23+
--help Show help
24+
--yarn Use yarn for installing
25+
--yes Pass --yes all for initializing process
26+
27+
Examples
28+
$ create-textlint-rule awesome-rule
29+
1630
Create textlint rule project by following command:
1731

1832
```sh

0 commit comments

Comments
 (0)