2024-11-28 15:45:41 +09:00

46 lines
593 B
Markdown

# textlint-rule-zen-entry
## Install
Install with [npm](https://www.npmjs.com/):
npm install textlint-rule-zen-entry
## Usage
Via `.textlintrc.json`(Recommended)
```json
{
"rules": {
"zen-entry": true
}
}
```
Via CLI
```
textlint --rule zen-entry README.md
```
### Build
Builds source codes for publish to the `lib` folder.
You can write ES2015+ source codes in `src/` folder.
npm run build
### Tests
Run test code in `test` folder.
Test textlint rule by [textlint-tester](https://github.com/textlint/textlint-tester).
npm test
## License
ISC ©