jstty / beelzebub

One hell of a Task Master!

Home Page:http://beelzebub.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(feature) pipe in file contents

jstty opened this issue · comments

commented

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

#!/bin/env bz
const bz = require('bz');
class MyTask extends bz {
...
}