nodejs
javascript
cli
boilerplate
babel
node
typescript
command-line
npm-package
npm-module
cli-app
node-js
command-line-tool
node-boilerplate
command-line-interface
boilerplate-node
npx
-
Updated
Jan 24, 2021 - TypeScript
Nowadays we got a problem we should to deal with:
When i need to apply my updates on backend i should rebuild my project by manually typing simple cli command, like
yarn dev, or smthng. It would be nice if i used to do nothing when i update my backend source code. Packages like nodemon can solve this propblem.So at the point of this issue we should improve
dev modeand add auto-rebuild wh