2.0.0-1 • Published 9 years ago

osia v2.0.0-1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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
Jamen Marzonie

Pronunciation

"Osia" is pronounced however you feel; however, I initially created it pronouncing it "Oh-sigh-uh".

License

MIT © Jamen Marzonie

2.0.0-1

9 years ago

2.0.0-0

9 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago