if you're a node.js developer, you've probably noticed one common pain point: repeated project configuration. it’s always the same setup — typescript, database connections, swagger docs, and more....
node.js开发者常需重复配置项目,如typescript、数据库连接等。为简化流程,作者开发了create node app cli工具,自动化项目搭建。该工具支持选择框架、数据库、orm、typescript或javascript,并自动配置swagger文档。项目开源,欢迎社区贡献。