jhweb-cli

1.0.1 • Public • Published

jhweb-cli

学习搭建cli脚手架

安装

全局安装

# mac要加sudo
npm install -g jhweb-cli

or yarn

yarn global add jhweb-cli

使用

创建模版

jhweb-cli create <name> [-t|--template]

示例

jhweb-cli create helloProject -t demoProject

不全局安装,借助npx

创建模版

npx jhweb-cli create <name> [-t|--template]

示例

npx jhweb-cli create helloProject -template demoProject

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i jhweb-cli

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

116 kB

Total Files

7

Last publish

Collaborators

  • champion1127