orchestrator : A module for sequencing and executing tasks and dependencies in maximum concurrency. You can installing orchestrator npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install orchestrator $ sudo npm install -g orchestrator
If want to update the orchestrator package execute the command as below,
$ sudo npm update orchestrator
Update package globally,
$ npm install -g orchestrator
$ sudo git clone https://github.com/rektide/orchestrator.git
$ sudo npm install -g ./orchestrator
orchestrator@0.3.8 /usr/lib/node_modules/orchestrator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall orchestrator
Package Name | orchestrator |
Version | 0.3.8 |
Description | A module for sequencing and executing tasks and dependencies in maximum concurrency |
Released Date | 2016-11-05T20:15:54.171Z |
Published by | robrich |
How to Learn | https://www.npmjs.com/package/orchestrator/tutorial |