README
Create Project
Personal CLI to bootstrap new projects
Installation
npm install @bobthered/create-project [-g]
Basic Usage
create-project
Skip prompts
create-project -y
License
MIT
Inspiration
Based off tutorial:
How to build a CLI with Node.js | github