Skip to content

npm

说明
commander完整的 node.js 命令行解决方案
inquirerA collection of common interactive command line user interfaces.
download-git-repoDownload and extract a git repository (GitHub, GitLab, Bitbucket) from node.
ora进度条
chalk命令行颜色工具

命令行包

js
.
├── bin
│   └── cli.js
└── package.json

// add below link on the top
#! /usr/bin/env node
sh
# 设定命令链接
npm link