quick-init

Init a project quickly.


Keywords
init, project, quick
License
MIT
Install
npm install quick-init@0.0.1

Documentation

quick-init

Init a javascript project quickly.

Install & Usage

npm i quick-init -g

quick-init <project-name> [option]

or just

npx quick-init <project-name> [option]

Tip: If you want to use npx, you should make sure your npm's version >= npm@5.2.0.

ref: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b

npm start

Features

  • Multiple templates are available for use.
  • No more encapsulation, pure experience.
  • Keep up with the latest version of Webpack(4+).
  • No more create-react-app.

License

MIT

Bouns

Inspired by Create-react-app.