nodesoft

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i nodesoft

      Weekly Downloads

      2

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      4.83 kB

      Total Files

      10

      Last publish

      Collaborators

      • jonhoffmam