-
npm install orc-runner -g
-
orc-generator <name-of-the-Orc>
-
The scaffold of the Orc will be generated in the directory as the same name given
-
Run
npm install
-
Change the rabbitmq config and sauron reports URL in config.json or set the respective env variables
-
Write the task in the specified code block in
task.js
fileconst shell = require("shelljs"); shell.config.silent = true; export default function(data) { return new Promise(function(resolve, reject) { //write your code here }); }
-
Need any extra dependencies ? run
npm install <dependency> --save
-
Do not change
index.js
file
-
Notifications
You must be signed in to change notification settings - Fork 0
step/orc-runner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published