装机常用的 cli 命令及 npm 工具
自己常用的 nodejs 等其它命令行
利用 dotfiles 安装
cd ~/.dotfiles
npm run install:npm-global
常用第三方 cli
## 检查更新(ncu "/^@jswork/")
npm i -g npm-check-updates
## 其它 npm
npm i -g yarn pnpm
## 删除
npm i -g del-cli
## 自己的安装包
npm i -g git-sweep
## tree 方式展示目录
brew install tree
## node 任务管理 node-task-list
npm i -g ntl
## terminal 里的 json 以格式化方式输出
npm i -g json
## 安装 peerDependencies
npm i -g npm-install-peers
## 快速静态服务
npm i -g serve
## 预览即将发布到 npm 包文件列表(pubview/ppv)
# https://www.npmjs.com/package/publish-preview
npm i -g publish-preview
## 分析包消耗时长
npm i -g slow-deps
## Sort an Object or package.json based on the well-known package.json keys(spj)
npm i -g sort-package-json
## nvm<node版本管理>
# 可以参考具体的 nvm 安装篇
## nrm<版本切换>
npm install -g nrm
## pgen<密码生成>
# pgen
npm i -g password-gen-cli
# pwgen
npm i -g strong-pwgen-cli
自己写的
https://github.com/afeiship/safe-rename
https://github.com/afeiship/git-sweep
https://github.com/afeiship/nx-cli
https://github.com/afeiship/topics2keywords
https://github.com/afeiship/github-cli
https://github.com/afeiship/ytl