An open API service indexing awesome lists of open source software.

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.

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

![](demo.gif)

## 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
```