create-my-project-cli

1.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-my-project-cli

Weekly Downloads

1

Version

1.2.1

License

ISC

Unpacked Size

74.4 kB

Total Files

7

Last publish

Collaborators

  • scaukk