2.0.0-1 • Published 10 years ago
osia v2.0.0-1
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 osiaPer-project library install:
$ npm install --save-dev osiaUsage
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