https://github.com/mastilver/generator-nm-semantic-release
https://github.com/mastilver/generator-nm-semantic-release
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mastilver/generator-nm-semantic-release
- Owner: mastilver
- License: mit
- Created: 2015-07-14T19:19:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T12:59:43.000Z (over 9 years ago)
- Last Synced: 2025-10-19T12:49:40.332Z (9 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# generator-nm [](https://travis-ci.org/mastilver/generator-nm-semantic-release)
Fork of Sindre Sorhus's [ generator](https://github.com/sindresorhus/generator-nm) using Stephan Bönnemann's [semantic-release](https://github.com/semantic-release/semantic-release).
Optionally with a [CLI](http://en.wikipedia.org/wiki/Command-line_interface).

## Install
```
$ npm install --global generator-nm-semantic-release
```
## Usage
With [yo](https://github.com/yeoman/yo):
```
$ yo nm-semantic-release
```
## Tip
Use [chalk](https://github.com/sindresorhus/chalk) if you want colors in your CLI.
## License
MIT © [Thomas Sileghem](http://github.com/mastilver)