no-cliches
v0.3.6
Published
Find clichés in your writings
Downloads
183,292
Maintainers
Readme
No Clichés
npm module to check for clichés in your writing.
Install
npm install no-cliches
Use
const cliches = require('no-cliches');
const problems = cliches('Writing specs puts me at loose ends.');
// problems -> [{ match: "at loose ends", index: 22, offset: 12 }]
##See Also
License
MIT