jstty / beelzebub

One hell of a Task Master!
http://beelzebub.io
Other
8 stars 4 forks source link

(feature) pipe in file contents #40

Closed jstty closed 7 years ago

jstty commented 7 years ago

could be used for CLI and making your own scripts Example:

#!/bin/env bz
const bz = require('bz');
class MyTask extends bz {
...
}
jstty commented 7 years ago

added in v0.16 (https://github.com/jstty/beelzebub/tree/dev/v0.16)