We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc7353 commit 0f3706bCopy full SHA for 0f3706b
README.md
@@ -10,6 +10,8 @@ This command line tools generate textlint rule project files by one command.
10
Install with [npm](https://www.npmjs.com/):
11
12
npm install create-textlint-rule -g
13
+ # Or
14
+ npx create-textlint-rule
15
16
## Usage
17
@@ -25,7 +27,10 @@ Usage of `create-textlint-rule` command.
25
27
--yes Pass --yes all for initializing process
26
28
29
Examples
- $ create-textlint-rule awesome-rule
30
+ # create textlint-rule-example directory and install
31
+ $ create-textlint-rule example
32
+ # install to current directory
33
+ $ create-textlint-rule .
34
35
Create textlint rule project by following command:
36
0 commit comments