vv-template-nodebackend
v0.0.16
Published
Store TS and JS (currently empty) templates for create nodejs backend app ## License MIT ## Use ### in new app ``` npm init && npm i --save-dev vv-template-nodebackend && node ./node_modules/vv-template-nodebackend/index && npm run update ``` ### in exist
Downloads
85
Readme
vv-template-nodebackend
Features
Store TS and JS (currently empty) templates for create nodejs backend app
License
MIT
Use
in new app
npm init && npm i --save-dev vv-template-nodebackend && node ./node_modules/vv-template-nodebackend/index && npm run update
in exists app
if app was created with this package
npm run update