New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dammit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dammit

Returns a random curse phrase.

  • 0.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
decreased by-98.61%
Maintainers
1
Weekly downloads
 
Created
Source

dammit Build Status Stories in Ready

Returns a random curse phrase. Use within tasks in failing scenarios. Go crazy with NSFW mode if you like.

Getting Started

Install the module with:

$ npm install dammit

Install with cli command:

$ npm install -g dammit
$ dammit --help
$ dammit --version

Use on the cli (pass in NSFW if you want):

$ dammit
$ dammit NSFW

Examples

var dammit = require('dammit');

dammit(); // 'Gosh darn it!'
dammit({'NSFW': true}); // '**** ***'

Development

Link for local development:

$ 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 History

  • 2014-08-13 v0.5.0 - Added NSFW Mode.
  • 2014-08-13 v0.3.0
  • 2014-08-13 v0.2.0
  • 2014-08-11 v0.1.0 - Initial release.

Release with grunt-bump.

License

Copyright (c) 2014 Daniel Furze. Licensed under the MIT license: http://danielfurze.mit-license.org

Keywords

FAQs

Package last updated on 17 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc