tsl-lu
v0.0.2
Published
A CLI Tool to get the docs for a specific TSLint rule
Downloads
4
Readme
tsl-lu
A Simple CLI Tool to provide look up for TSLint rules on the TSLint documentation.
Usage
To use the tool, call the command with the first argument being a TSLint rule to retrieve information about the rule.
npx tsl-lu no-var-requires
To get information for the 'no-var-requires' rule.
Source
All rule information for TSLint rules is retrieved from https://palantir.github.io/tslint/rules/