Skip to content

Check for clichés in your writing.

License

Notifications You must be signed in to change notification settings

WritingAid/no-cliches

 
 

Repository files navigation

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

About

Check for clichés in your writing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%