jobs-runner

1.0.0 • Public • Published

runjs

Simply NodeJS process runner for small jobs.

Get Start

const JobsRunner = require('jobs-runner')
 
var myJob = new JobsRunner((a1, a2) => {
    // code
})
 
myJob.run(String, String).then((result) => {
    // code
})
 

Package Sidebar

Install

npm i jobs-runner

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

6.96 kB

Total Files

9

Last publish

Collaborators

  • antoniomuso