Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

javascript-commitment

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-commitment

A commit message generator for JavaScript

  • 0.1.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

javascript-commitment Build Status NPM version more fixes

Pay me Sponsor me

JavaScript adoption of the great Commitment project. For a quick laugh and a random commit message for the gentle programmer.

Visit http://whatthecommit.com/ for the web version.

Sponsor 💟

Support my work on this piece of open-source software via GitHub Sponsors (recurring) or PayPal (one-time).

GitHub Stats

Usage

Install via npm install javascript-commitment. Then use the module in your code:

var commitment = require('javascript-commitment');
var commit = commitment.whatThe();

console.log('Random commit message', commit.message);
// (\ /)
// (O.o)
// (> <) Bunny approves these changes.

console.log('Link to the web version', commit.permalink);
// http://whatthecommit.com/0e0c1a4060a298158f3c4ef526f03f86

API commitment.whatThe

Returns a JavaScript Object with a message String and a permalink String.

License

MIT License © Jan Raasch

Keywords

FAQs

Package last updated on 16 Sep 2020

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