1.2.1 • Published 5 years ago

create-my-project-cli v1.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

A cli to create project quickly

install global

npm install create-my-project-cli

create react project

  1. create-my-project init project-name
  2. choose react template type
  3. run yarn && yarn start

create rollup project

  1. create-my-project init
  2. choose rollup template type
  3. run yarn
  4. cd src/component-name
  5. run yarn start