https://github.com/visiky/create-ts-module
https://github.com/visiky/create-ts-module
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/visiky/create-ts-module
- Owner: visiky
- Created: 2017-10-30T08:25:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T06:36:12.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T03:53:43.432Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`
用于Typescript库或模块的ES5 / ES6的Webpack配置。
使用devTools进行调试
此boilerplate包含最小配置和依赖关系,来创建以Typescript编写的模块。## 用途
日常使用TS开发管理自己的小项目,自动方便创建TS Module模版
# 用法
```
git clone https://github.com/Me-Momo/create-ts-module.git
npm run create-module
npm i
npm run dev-browser
```# 更多功能
- [ ] 接入jest测试
- [ ] 接入react, 创建`create-react-module`