You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ Create textlint rule with no configuration.
4
4
5
5
This command line tools generate textlint rule project files by one command.
6
6
7
-
8
7
## Install
9
8
10
9
Install with [npm](https://www.npmjs.com/):
@@ -17,21 +16,23 @@ Install with [npm](https://www.npmjs.com/):
17
16
18
17
Usage of `create-textlint-rule` command.
19
18
20
-
$ create-textlint-rule --help
21
19
Usage
22
20
$ create-textlint-rule rule-name
23
21
24
22
Options
25
23
--help Show help
26
24
--yarn Use yarn for installing
25
+
--typescript Create TypeScript project
27
26
--yes Pass --yes all for initializing process
28
27
29
28
Examples
30
29
# create textlint-rule-example directory and install
31
30
$ create-textlint-rule example
32
31
# install to current directory
33
32
$ create-textlint-rule .
34
-
33
+
# create textlint-rule-example directory is based on TypeScript
34
+
$ create-textlint-rule example --typescript
35
+
35
36
Create textlint rule project by following command:
36
37
37
38
```sh
@@ -40,7 +41,8 @@ $ create-textlint-rule no-todo
40
41
```
41
42
42
43
You can start to develop textlint rule.
43
-
(See [textlint-scripts](https://github.com/textlint/textlint-scripts"textlint-scripts") for more details.)
44
+
45
+
For more details, see [textlint-scripts](https://github.com/textlint/textlint-scripts"textlint-scripts").
44
46
45
47
### Build
46
48
@@ -76,6 +78,9 @@ You can learn to create textlint rule.
76
78
This Command line tools based on these project.
77
79
78
80
-[textlint/textlint-rule-template: This is TEMPLATE REPOSITORY for creating textlint rule.](https://github.com/textlint/textlint-rule-template)
-[textlint/textlint-scripts: textlint npm-run-scripts CLI help to create textlint rule.](https://github.com/textlint/textlint-scripts)
80
85
-[facebookincubator/create-react-app: Create React apps with no build configuration.](https://github.com/facebookincubator/create-react-app"facebookincubator/create-react-app: Create React apps with no build configuration.")
0 commit comments