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

https://github.com/dwqs/ts-tool-template

A simple development template to build some tools with typescript.
https://github.com/dwqs/ts-tool-template

template tools typescript

Last synced: about 1 year ago
JSON representation

A simple development template to build some tools with typescript.

Awesome Lists containing this project

README

          

# ts-tool-template

A simple development template to build some tools with typescript.

## Install/安装

Install it by [chare](https://github.com/dwqs/chare) or [vue-cli](https://github.com/vuejs/vue-cli)/可以通过 [chare](https://github.com/dwqs/chare) 或者 [vue-cli](https://github.com/vuejs/vue-cli) 来安装:

```
chare init dwqs/ts-tool-template your-project-name -o remote-url-of-your-project
```

Above command will init your project with this template, and associate it with the remote url.(vue-cli doesn't provide this feature current)./上述命令会初始你的项目, 并将你的项目关联到远程的 `remote-url`. `vue-cli` 目前不能在初始化项目时关联远程仓库.

## Dependencies

* [TypeScript](https://github.com/Microsoft/TypeScript)
* [Rollup](https://github.com/rollup/rollup)
* [TSLint](https://github.com/palantir/tslint/)