Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mastilver/generator-nm-semantic-release
https://github.com/mastilver/generator-nm-semantic-release
Last synced: 5 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T12:59:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T15:04:47.732Z (15 days ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# generator-nm [![Build Status](https://travis-ci.org/mastilver/generator-nm-semantic-release.svg?branch=master)](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).
![](screenshot.png)
## 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)