Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 357 Bytes

File metadata and controls

22 lines (13 loc) · 357 Bytes

my-cli

自定义脚手架

功能

  • 输出版本号
  • 开发中ing……

Build Setup

npm i npm run dev

测试使用

  • npm link 将该脚手架安装的全局,然后就可以在命令行中直接使用 my-cli 命令了

  • npm list -g 查看是否安装成功: alt text

  • my-cli -V 查看版本号