Typescript库模板:完备工具支持,助您轻松打造
typescript-library-boilerplate提供了完善的工具和依赖,让您轻松创建基本的Typescript库。特点包括编译、测试、整理的基本工具,通过linter增强了编码风格。只需git clone https://github.com/luisantunesdeveloper/typescript-basic-boilerplate.git < project>,然后运行npm install即可开始使用。项目使用src/目录进行开发,所有文件都会被编译并复制到输出目录dist/。构建命令为npm run build,测试命令为npm run test,lint命令为npm run lint。
34.62KB
文件大小:
评论区