Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shannonmoeller/ygor

Task toolkit. For when `npm run` isn't enough and everything else is too much.
https://github.com/shannonmoeller/ygor

build-tool make nodejs promises script shell task-runner

Last synced: 3 months ago
JSON representation

Task toolkit. For when `npm run` isn't enough and everything else is too much.

Awesome Lists containing this project

README

        


ygor


For when npm run isn't enough and everything else is too much.


version
build status
coverage status


Ygor is a no-frills [toolkit](http://npm.im/ygor) consisting of a [task runner](http://npm.im/@ygor/tasks) and a [file transformer](http://npm.im/@ygor/files). Enjoy as a whole or a la carte. Built on [promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises), Ygor works wonderfully with [`async` and `await`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) in Node.js 8 and above.

Node is the CLI, npm is the plugin system. Go nuts.

- [`ygor`](http://npm.im/ygor) - Toolkit
- [`@ygor/tasks`](http://npm.im/@ygor/tasks) - Task runner
- [`@ygor/shell`](http://npm.im/@ygor/shell) - Shell template tag
- [`@ygor/files`](http://npm.im/@ygor/files) - File transformer
- [`@ygor/file`](http://npm.im/@ygor/file) - Virtual file object
- [`@ygor/list`](http://npm.im/@ygor/list) - Array-aware Promise

----

MIT © [Shannon Moeller](http://shannonmoeller.com)