Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
/ osia Public archive

An elegant Promise-based tasking system.

License

Notifications You must be signed in to change notification settings

jamen/osia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An elegant Promise-based tasking system.

Resources

License

Stars

Watchers

Forks

Packages