Create project scaffolding using yo node-typescript

This commit is contained in:
2019-12-14 23:17:13 +05:30
commit 3af08413d8
17 changed files with 4151 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# gitignore
coverage/
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.nyc_output
lib
lib_test
# npmignore
src/
__tests__/
.vscode/