https://github.com/vermicida/name-this-release
This script helps you to name your app's releases.
https://github.com/vermicida/name-this-release
Last synced: 4 days ago
JSON representation
This script helps you to name your app's releases.
- Host: GitHub
- URL: https://github.com/vermicida/name-this-release
- Owner: vermicida
- License: mit
- Created: 2016-05-05T14:56:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T20:25:05.000Z (over 8 years ago)
- Last Synced: 2024-12-15T09:47:04.222Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# name-this-release (ntr)
[](https://nodei.co/npm/name-this-release/)
[](https://badge.fury.io/js/name-this-release) [](https://david-dm.org/vermicida/name-this-release)
Do you like the way Docker name your containers? Or maybe the way AngularJS name its releases? Lucky you! This script will create a random noun / adjective pair to name your apps's releases.
There is only a spanish dictionary with abstract nouns for now, but the idea is to improve this script with more dictionaries to generate really cool names.
Check the examples below:
- injusticia-diferente
- culpa-social
- intuicion-mayor
- temor-popular
- afecto-acido
- gula-util## Getting started
You must have [Node.js](https://nodejs.org/en/) installed in your system, so do it if you haven't.
Install `name-this-release` globally running this command from your terminal:
```bash
$ npm install name-this-release -g
```## Magic
Are you ready for some magic? Then choose a card! Or run this command, what you do prefer:
```bash
$ ntr
```Ok, I know this is not the magic you've been waiting for. But it's cool, isn't it?
## License
Code released under the [MIT license](./LICENSE).