/const-cli

Personal Cli - It can generate a new project quickly by template.

Primary LanguageJavaScript

const cli [beta]

It can generate a new project quickly by template.

1. How to use?

install

npm i const-cli -g

create

const init PROJECJ_NAME [type]

type:

  • h5: html5 (default)
  • vue2: vue2 todo
  • vue3: vue3 todo
  • vue3-h5: vue3-h5 todo
  • nest: nest.js todo
  • mp-wx: 微信小程序
  • addon: Chrome Plugin todo
  • laravel: Laravel
  • ...and more will be supported!

2. Template repositories

3. How to develop?

for cli

You can clone and run this repository by:

git clone https://github.com/Patrick-Jun/const-cli.git
npm install
npm link

for template

You can clone template repository from bitbucket.org.