Skip to content

philipszdavido/eidon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published