his-cli-test

0.0.5 • Public • Published

his-cli image

scaffold for his

Installation

$ npm install his-cli -g

Node.js >= 8.0.0 required.

Usage

  • his --help
$ his --help

  Usage: his [options] [command]

  Options:

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

  Commands:

    toolkit [type]    initialize a toolkit, example: `wox toolkit vue-spa`
    
$ his toolkit [type]  // 初始化套件

Command

toolkit

初始化一个套件

Type

toolkit

目前支持的套件类型如下

  • vue-multi: 初始化一个基于 vue 的多页面应用项目。支持 vuex

  • vue-spa: 初始化一个基于 vue 的单页面应用项目。支持 vue-routervuex

TODO

  • [x] 页面套件 初始单个页面
  • [x] 组件套件 初始单个组件

/his-cli-test/

    Package Sidebar

    Install

    npm i his-cli-test

    Weekly Downloads

    2

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    144 kB

    Total Files

    92

    Last publish

    Collaborators

    • wuliangren