https://github.com/deptno/ts-module-boilerplate
use when you write typescript module
https://github.com/deptno/ts-module-boilerplate
Last synced: about 1 month ago
JSON representation
use when you write typescript module
- Host: GitHub
- URL: https://github.com/deptno/ts-module-boilerplate
- Owner: deptno
- License: mit
- Created: 2017-06-10T05:49:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T01:39:31.000Z (about 8 years ago)
- Last Synced: 2025-01-31T18:49:53.769Z (8 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-module-boilerplate
## branch
### master
common usage
#### install
```bash
wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/master.zip | bsdtar -xf- && mv ts-module-boilerplate-master [your_project]
```
### webpack/nodeif you need single bundle file in node environment
#### script
* yarn build
#### install
```bash
wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/webpack/node.zip | bsdtar -xf- && mv ts-module-boilerplate-master [your_project]
```