干净的脚本 一个用于清理package.json中脚本的CLI工具。 安装 yarn global add clean-scripts 用法 创建配置文件(名为clean-scripts.config.js或其他名称),例如: module . exports = { build : "tsc" , lint : "tslint index.ts" } 运行clean-scripts build或clean-scripts lint 或clean-scripts build --config clean-scripts.config.js 或clean-scripts build --config clean-scripts.config.ts 选项 钥匙 描述 -配置 配置文件 -h,-帮助 打印此消息。 -v,-版本 打印版本 特征 字符串脚本 modul