1.1.6 • Published 3 years ago

a06-tpl v1.1.6

Weekly downloads
9
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.1

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago