nodesoft
v1.0.0
Published
A CLI to reload with each saved change.
Downloads
12
Maintainers
Readme
nodesoft
nodesoft is a simple CLI for watching changes to your Node applications or a simple JavaScript file.
Installation
Install nodesoft globally with npm using the command below to use in your terminal:
npm install -g nodesoft
You can also install nodesoft as a development dependency:
npm install --save-dev nodesoft
Usage
If you have installed nodesoft globally you can simply run the command in your terminal:
nodesoft [your script.js]
# OR
node-soft [your script.js]
If you have installed nodesoft as a development dependency, you can insert in your package.json file:
Example:
"scripts": {
"start": "nodesoft [your script.js]"
}
When running your application it will be available at http://localhost:3000
Collaborators
License
MIT