osia
v2.0.0-1
Published
An elegant Promise-based tasking system.
Downloads
4
Readme
Osia
An elegant Promise-based tasking system.
Another task manager that is designed around Promise
objects and aims to keep dependencies small, while still offering a powerful API to get work done. It is inspired from Gulp, and even uses vinyl files internally.
Installation
One time CLI install:
$ npm install -g osia
Per-project library install:
$ npm install --save-dev osia
Usage
const the library:
const osia = require('osia';
Basic CLI usage:
$ osia [...tasks]
See the docs folder for more information on how to use Osia.
Credits
| | |:---:| | Jamen Marzonie |
Pronunciation
"Osia" is pronounced however you feel; however, I initially created it pronouncing it "Oh-sigh-uh".
License
MIT © Jamen Marzonie