1.0.19 • Published 11 months ago
@laurent22/biniou v1.0.19
Biniou

Biniou is a job scheduler that allows you to run commands and pipe them under various conditions. The jobs can be started on a schedule or based on events generated by other jobs.
The jobs can be defined based on the included templates or, for maximum flexibility, written in JavaScript. In that case you do any processing you want and dispatch the events in the format of your choice.
Usage
- Install
biniouglobally, for example usingnpm install -g @laurent22/biniou - You then need to let it run in the background, using
biniou start
Development
Run yarn watch to automatically build the application.
To run just one command, for testing, use:
yarn start run NAME_OF_JOBNAME_OF_JOB will be the name of the folder in ~/.config/biniou/jobs
License
MIT