1.0.1 • Published 1 year ago

custom-cil v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

脚手架

自定义命令行

  1. 特殊注释 使用node执行该文件
#!/usr/bin/env node
  1. 自定义命令 test-cil
"bin": {
    "test-cil": "src/index.js"
  }
  1. 建立软连接
npm link
  1. 删除软连接
# 找到建立的软连接
npm ls -g 

# 取消软连接
npm unlink -g <package_name>

# 卸载
npm uninstall -g <package_name>
1.0.1

1 year ago

1.0.0

1 year ago