create-web-project
v1.0.11
Published
a CLI to bootstrap my frontend project
Downloads
15
Readme
create-web-project-cli
a simple cli to generate a frontend project with a framework of your choice React Vue Angular
Installation
with npm
npm i -g create-web-project
or yarn
yarn global add create-web-project
and then create a new directory and run the cli command
mkdir demo && cd demo && create-web-project