live-code-host
v0.0.6
Published
track changes in code and will create list of changed files/dirs and will send it to server
Downloads
3
Readme
Features
- copy the same code from host to everyone else
- can run commands from package.json file
how to use
package.json
under scripts add script to run the watching command, for example you have "dev":"nodemon app.js" add new script for live-code-host "scripts":{ ... "dev":"nodemon app.js", "lvh":"livecodehost" } and then create new file named l.config.json that will be like so { "script": "npm run dev" }
npm run lvh and you good to go