ginkgoch-filestream
v1.0.0
Published
This is filestream for node.
Downloads
222
Readme
Project Template
This is a typescript project template with jest test and debug included.
Install
Follow few steps below to set your project.
git clone https://github.com/ginkgoch/node-ts-template.git [project name]
cd [project name]
yarn
# at this step, the project is setup.
# if you installed vscode, launch it with:
code .
Then your project template is ready :)