no-cliches

0.3.6 • Public • Published

NPM version

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

Concise Writing

Clichés List

License

MIT

Package Sidebar

Install

npm i no-cliches

Weekly Downloads

45,479

Version

0.3.6

License

MIT

Unpacked Size

24.7 kB

Total Files

11

Last publish

Collaborators

  • duereg