Node.js CLI 一: 开发一个 Node.js CLI 工具
- 必选项:
- 查看指定 git 仓库的 commit history
- 加分项:
- 能对 commit history 进行搜索
- 能查看指定时间范围的 commit history
# link `nct` to cli commands
$ npm i
$ npm link
# parameters can be ignore
$ nct [user_name, [repo_name]]
$ nct user_name repo_name$ nct
$ nct xgqfrms react
nct
nct xgqfrms react

