1.1.6 • Published 4 years ago

a06-tpl v1.1.6

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

a06-tpl 快速初始化你的项目模版

可以快速初始化你的项目模版,目前支持单页,和js库两种模版,后续会增加多页模版的支持

安装

npm install a06-tpl -g

执行

// 以xxx为项目名称初始化单页模版,也可以不输出项目名
$ a06-tpl spa xxx

// 以xxx为项目名称初始化js库模版,也可以不输出项目名
$ a06-tpl lib xxx

帮助

$ a06-tpl -h
Usage: a06-tpl <command>

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

Commands:
  spa [project-name]  create a spa project
  lib [project-name]  create a lib project

Examples:
  a06-tpl  spa xxx
  a06-tpl  lib xxx

License

The MIT license.

1.1.6

4 years ago

1.1.1

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago