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

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

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/node

if 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]
```