## 启动模板 > https://medium.com/better-programming/best-node-js-boilerplate-to-speed-up-your-project-development-a9eca7b07f90 [hackathon-starter](https://github.com/sahat/hackathon-starter) [TypeScript-Node-Starter](https://github.com/microsoft/TypeScript-Node-Starter) ## cli工具 [commander](https://github.com/tj/commander.js) 用来实现基本命令 [Inquirer](https://github.com/SBoudrias/Inquirer.js/) 实现cli中的问答 [update-notifier](https://github.com/yeoman/update-notifier) 升级提示 [use-config (deprecated)](https://github.com/egoist/use-config) 读取用户配置 [joycon](https://github.com/egoist/joycon) use-config替代品 [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) 读取用户配置 [bin-wrapper](https://github.com/kevva/bin-wrapper) [concurrently](https://github.com/kimmobrunfeldt/concurrently) ## 发布相关工具 [standard-version](https://github.com/conventional-changelog/standard-version) [semantic-release](https://github.com/semantic-release/semantic-release) ## config读取 [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) [joycon](https://github.com/egoist/joycon) ## 文件处理 [globby](https://github.com/sindresorhus/globby)通配符匹配文件,api比node-glob更友好 [fs-extra](https://github.com/jprichardson/node-fs-extra) node fs模块的功能增强,例如创建多级文件夹,promise支持等
启动模板
hackathon-starter
TypeScript-Node-Starter
cli工具
commander 用来实现基本命令
Inquirer 实现cli中的问答
update-notifier 升级提示
use-config (deprecated) 读取用户配置
joycon use-config替代品
cosmiconfig 读取用户配置
bin-wrapper
concurrently
发布相关工具
standard-version
semantic-release
config读取
cosmiconfig
joycon
文件处理
globby通配符匹配文件,api比node-glob更友好
fs-extra node fs模块的功能增强,例如创建多级文件夹,promise支持等