https://github.com/purplecones/quickname
This small cli tool quickly creates your project folder with a randomly generated name.
https://github.com/purplecones/quickname
cli name-generation productivity project
Last synced: about 1 year ago
JSON representation
This small cli tool quickly creates your project folder with a randomly generated name.
- Host: GitHub
- URL: https://github.com/purplecones/quickname
- Owner: purplecones
- Created: 2016-12-30T05:55:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T06:46:15.000Z (over 9 years ago)
- Last Synced: 2024-10-19T15:17:47.129Z (over 1 year ago)
- Topics: cli, name-generation, productivity, project
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Don't waste time thinking about the perfect name for your project. Use `quickname` and start coding!
This small cli tool quickly creates your project folder with a randomly generated name.
## Demo

## Usage
```
$ npm install -g quickname
$ quickname
Use name dreary-hands ? (y/n) n
Use name hushed-cable ? (y/n) n
Use name ethereal-winter ? (y/n) y
Successfully created directory
cd ethereal-winter
```