An open API service indexing awesome lists of open source software.

https://github.com/visiky/create-ts-module


https://github.com/visiky/create-ts-module

Last synced: about 1 month ago
JSON representation

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`