Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.49 KB

File metadata and controls

39 lines (33 loc) · 1.49 KB

aohua

aohua-cli

npm Node.js Package npm NPM npms.io (quality) GitHub top language GitHub code size in bytes npm bundle size

a tool for init a project

usage

  • install

npm install -g aohua-cli

  • help

aohua -h or aohua --help

example

# help
$ aohua -h
Usage: aohua [options] [command]

Options:
  -v, --version  output the version number
  -l, --list     list avaliable project template
  -h, --help     display help for command

Commands:
  init <name>    init a project
  upgrade        upgrade cli
  
# init a project
$ aohua init demo