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 a0b7b2a commit 95ec211Copy full SHA for 95ec211
bin/cmd.js
@@ -12,7 +12,7 @@ const cli = meow(`
12
Options
13
--help Show help
14
--yarn Use yarn for installing
15
- --yes Pass --yes all for install process
+ --yes Pass --yes all for initializing process
16
17
Examples
18
$ create-textlint-rule awesome-rule
package.json
@@ -10,7 +10,7 @@
10
],
11
"name": "create-textlint-rule",
"version": "1.1.0",
- "description": "Create textlint rule with no configuration",
+ "description": "Create textlint rule project with no configuration.",
"main": "lib/create-textlint-rule.js",
"bin": {
"create-textlint-rule": "bin/cmd.js"
0 commit comments