osia

2.0.0-1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i osia

Weekly Downloads

0

Version

2.0.0-1

License

MIT

Last publish

Collaborators

  • npm
  • programmatical