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.
- Host: GitHub
- URL: https://github.com/dwqs/ts-tool-template
- Owner: dwqs
- License: mit
- Created: 2017-07-04T16:07:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T10:04:36.000Z (almost 9 years ago)
- Last Synced: 2024-12-13T01:42:09.289Z (over 1 year ago)
- Topics: template, tools, typescript
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)