common usage
wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/master.zip | bsdtar -xf- && mv ts-module-boilerplate-master [your_project]
if you need single bundle file in node environment
- yarn build
wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/webpack/node.zip | bsdtar -xf- && mv ts-module-boilerplate-master [your_project]