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