https://github.com/pindlebot/namist
https://github.com/pindlebot/namist
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pindlebot/namist
- Owner: pindlebot
- Created: 2018-07-13T01:58:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T01:48:29.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T09:59:06.650Z (about 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## namist
This is a fork of [@rstacruz/startup-name-generator](https://github.com/rstacruz/startup-name-generator).
> Let's name your silly startup
Generates cliché (but nice-sounding) names for your startup.
```js
const name = require('namist')
name('cloud')
//=> ['Cloudary', 'Purecloud', 'Cloudlayer', 'Echocloud', 'Cloudspan',
// 'Cloudloop', 'Activecloud', 'Cloudspark', 'Cloudable', 'Clouder', ...]
```