0.2.0 • Published 7 years ago

textlint-rule-documentation v0.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

textlint-rule-documentation

Find the url for the documentation of an textlint rule.

Build Status

Install

$ npm install --save textlint-rule-documentation

Usage

const getRuleURI = require('textlint-rule-documentation');

// find url for core rules
getRuleURI('no-todo');
// => { found: true, url: 'https://github.com/azu/textlint-rule-no-todo' }

Contributing

If you find a plugin that you use is not in the list of supported plugins, please consider adding it to the project by sending a pull request.

License

MIT © Shogo Sensui