Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoftware/mlp-name-generator
Generate a fantastic My Little Pony name!
https://github.com/wavesoftware/mlp-name-generator
Last synced: about 12 hours ago
JSON representation
Generate a fantastic My Little Pony name!
- Host: GitHub
- URL: https://github.com/wavesoftware/mlp-name-generator
- Owner: wavesoftware
- License: apache-2.0
- Created: 2015-03-31T17:14:20.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-09T08:58:15.000Z (2 months ago)
- Last Synced: 2024-10-19T03:18:16.628Z (about 1 month ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Little Pony Name Generator
[![Build Status](https://travis-ci.org/wavesoftware/mlp-name-generator.svg)](https://travis-ci.org/wavesoftware/mlp-name-generator) [![Coveralls](https://img.shields.io/coveralls/wavesoftware/mlp-name-generator.svg)](https://coveralls.io/r/wavesoftware/mlp-name-generator) [![Gemnasium](https://img.shields.io/gemnasium/wavesoftware/mlp-name-generator.svg)](https://gemnasium.com/wavesoftware/mlp-name-generator) [![npm](https://img.shields.io/npm/v/mlp-name-generator.svg)](https://www.npmjs.com/package/mlp-name-generator) [![npm](https://img.shields.io/npm/l/mlp-name-generator.svg)]()
Generate a fantastic My Little Pony name, perfect for FUN code name!
$ mlp-name-generator
PrinceSunshine
$ mlp-name-generator
DawnAngelUse with STDIN!
$ echo 'I heart you!' | mlp-name-generator
SunnyPumpkin
$ mlp-name-generator < /var/log/syslog
FrostyCloudGenerate as many as you want!
$ mlp-name-generator --num 3
StrawberryBeach
BubbleGlitter
FrillyAmethystHelp with: `mlp-name-generator --help`
## Installation
$ sudo npm install -g mlp-name-generator
## Requirements
* Node >= 0.10 <= 0.12