Skip to content

js-os/jsos-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSOS-Init

A package for easily starting/stopping programs installed in your local npm registry.

Things that it covers

  • Automatically starts the packages in your local NPM repository using npm API, issuing the command equivalent to 'npm start <your_module>'.
  • Respawns your dead applications, in case you have 'respawn: true' flag in your package.json

For more information on the stack, please see JSOS home page.

Installation and Usage

# Install JSOS-init
npm install jsos-init

# Start jsos-init
npm start jsos-init

About

JSOS init mechanism and process spawner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published