Array of 'yes' words and phrases that express the user's agreement with a statement or request. Intended to be fun and useful for CLI prompts, web forms, etc.
npm install affirmative> Array of 'yes' words and phrases that express the user's agreement with a statement or request. Intended to be fun and useful for CLI prompts, web forms, etc.
Install with npm
``sh`
$ npm i affirmative --save
`js`
var affirmative = require('affirmative');
The following words are included in the exported array:
* absolutelyaffirmative
* all right
* amen
* aye
* beyond a doubt
* by all means
* certainly
* definitely
* even so
* exactly
* fine
* gladly
* good enough
* good
* granted
* i accept
* i concur
* i guess
* if you must
* indubitably
* just so
* most assuredly
* naturally
* of course
* ok
* okay
* positively
* precisely
* right on
* righto
* sure thing
* sure
* surely
* true
* undoubtedly
* unquestionably
* very well
* whatever
* willingly
* without fail
* y
* ya
* yea
* yeah
* yep
* yes
* yessir
* yup
*
Thought of another word? suggest it or do a pr!
* common-words: Updated list (JSON) of the 100 most common words in the English language. Useful for… more | homepage
* unique-words: Return the unique words in a string or array. | homepage
Install dev dependencies:
`sh``
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
* github/jonschlinkert
* twitter/jonschlinkert
Copyright © 2015 Jon Schlinkert
Released under the MIT license.
*
_This file was generated by verb on December 20, 2015._