npm install dammit> Returns a random curse phrase. Use within tasks in failing scenarios. Go crazy with NSFW mode if you like.
Install the module with:
``sh`
$ npm install dammit
Install with cli command:
`sh`
$ npm install -g dammit
$ dammit --help
$ dammit --version
Use on the cli (pass in NSFW if you want):
`sh`
$ dammit
$ dammit NSFW
js
var dammit = require('dammit');dammit(); // 'Gosh darn it!'
dammit({'NSFW': true}); // '* '
`Development
Link for local development:`sh
$ npm link
`Add phrases to
src/curses.json or src/cursesNSFW.json if you're feeling naughty.Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.`
$ grunt test
``Commit messages loosely adhere to these guidelines.
Versioning adheres to Semver.
Release with grunt-bump.