textlint-rule-documentation

0.2.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i textlint-rule-documentation

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • 1000ch