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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i textlint-rule-documentation

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • 1000ch