0.1.5 • Published 5 years ago

orc-runner v0.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Orc Generator and Runner

Steps to create an Orc:

  • 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 file

    const 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

0.1.5

5 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago