0.0.6 • Published 1 year ago

live-code-host v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago