1.0.2 • Published 3 years ago

@gutianhuang/gm-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@gutianhuang/gm-cli

A cli tool kit for daily use based on commander.

Install

npm i @gutianhuang/gm-cli -g
# Or use yarn
yarn global add @gutianhuang/gm-cli

Commands

gm-cli init <projectName>

Create a new project, process.cwd()/projectName must not exist.

gm-cli st

Show all the templates:

  • h5
namehomepageauthor
html5-boilerplatehttps://github.com/h5bp/html5-boilerplateh5bp https://h5bp.org
component-makerhttps://github.com/Gu-Miao/component-makerGu-Miao 1450206741@qq.com
  • react
namehomepageauthor
react-template-ejected-crahttps://github.com/Gu-Miao/react-template-ejected-craGu-Miao 1450206741@qq.com
react-template-antd-cracohttps://github.com/Gu-Miao/react-template-antd-cracoGu-Miao 1450206741@qq.com
react-boilerplatehttps://github.com/react-boilerplate/react-boilerplatereact-boilerplate http://reactboilerplate.com
  • vue

There is no vue template yet.

  • svelte

There is no svelte template yet.

Options

gm-cli -V --version

Show version of CLI.

gm-cli -h --help

Display help for CLI.

License

MIT