@bobthered/create-project

A CLI to bootstrap my new projects

Usage no npm install needed!

<script type="module">
  import bobtheredCreateProject from 'https://cdn.skypack.dev/@bobthered/create-project';
</script>

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