Skip to content

1000ch/textlint-rule-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Find the url for the documentation of an textlint rule.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published