ribbit

0.0.5 • Public • Published

Javascript Tasks

Example task:

var ribbit = require("ribbit");

capirona.run({
	"def hello": {
		"run": function(context, next) {
			console.log("hello %s!", context.get("message"));
			next();	
		}
	}
}).run({
  "hello": {
    "message": "Craig"
  }
}, function() {
	console.log("done");
});

API

creates a new runnable script

.run(source, target, callback)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    5
  • 0.0.4
    2
  • 0.0.3
    2
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i ribbit

Weekly Downloads

7

Version

0.0.5

License

none

Last publish

Collaborators

  • architectd
  • crcn