eidon

Runs single/multiple commands simultaneously using Node.js spawn.

Usage no npm install needed!

<script type="module">
  import eidon from 'https://cdn.skypack.dev/eidon';
</script>

README

Eidon

Node.js module that runs single/multiple commands simultaneously using Node.js Child_Process spawn.

Technologies:

Installation

  • npm i eidon -g

Usage

  • eidon "node server.js" "npm run start"

In package.json:

  • "dev": "eidon \"npm run start\" \"node server/app.js\""

Contribute

  1. Fork this repository
  2. Clone it to your local machine
  3. Create a branch for the feature you want to implement
  4. Push your changes to your repository
  5. Submit a pull request

Support

If you are having issues, please let me know. Mail me at: kurtwanger40@gmail.com