javascript-commitment
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "javascript-commitment", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A commit message generator for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# javascript-commitment [![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] ![more fixes](http://img.shields.io/badge/more-fixes-ff69b0.svg) | ||
JavaScript adoption of the great [Commitment](https://github.com/ngerakines/commitment) project. For a quick laugh and a **random commit message** for the gentle programmer. | ||
> JavaScript adoption of the great [Commitment][commitment-url] project. For a quick laugh and a **random commit message** for the gentle programmer. | ||
@@ -11,5 +11,5 @@ *Visit [http://whatthecommit.com/](http://whatthecommit.com/) for the web version.* | ||
```javascript | ||
var commitment = require('javascript-commitment') | ||
var commitment = require('javascript-commitment'); | ||
var commit = commitment.whatThe(); | ||
var commit = commitment.whatThe(); | ||
console.log('Random commit message', commit.message); | ||
@@ -31,2 +31,4 @@ // (\ /) | ||
[commitment-url]: https://github.com/ngerakines/commitment | ||
[npm-url]: https://npmjs.org/package/javascript-commitment | ||
@@ -33,0 +35,0 @@ [npm-image]: http://img.shields.io/npm/v/javascript-commitment.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37
31005
4