1.0.3 • Published 4 years ago

hht-cli v1.0.3

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

hht-cli

A Vue scaffold.

Installation

npm install hht-cli -g

Usage

Open your terminal and type hht or hht -h , you'll see the help infomation below:

  Usage: hht <command>


  Commands:

    list      List all the templates
    init      Generate a new project

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Note that if you are using MacOS, sudo was required while using commands add and delete.

demo

  • hht list (Show all templates)
{
   'vue2': 'haohaitao/vue-easy-template#main',
   'mobile-vue2': 'haohaitao/vue-h5-template#vue-h5-template'
}
  • hht init vue2 test (Initialize a vue2 template named test)
  • Wait for completion

License

MIT.