Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 836 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 836 Bytes

Build Status devDependencies NPM version

No Clichés

npm module to check for clichés in your writing.

Install

npm install no-cliches

Use

var cliches = require('no-cliches');

var 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