From dffa7ee9934b2002bd709e19c1500b00f5210162 Mon Sep 17 00:00:00 2001 From: Shannon Moeller Date: Sat, 27 Feb 2016 11:20:45 -0500 Subject: [PATCH] Add ygor. A promising task runner. Fills a gap between `npm run` and tools like `gulp` and `grunt`. Promotes `async` and `await` for flow control. https://github.com/shannonmoeller/ygor --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d7f702e..96f468e 100644 --- a/readme.md +++ b/readme.md @@ -252,6 +252,7 @@ - [strong-build](https://github.com/strongloop/strong-build) - Build a node app package and prepare to deploy it as a package to production or use git to commit to a deploy branch. - [grunt](http://gruntjs.com) - Task runner that can perform repetitive tasks like minification, compilation, unit testing, linting, etc. - [start](https://github.com/start-runner/start) - Simple tasks runner powered by composable functions and promise chaining. +- [ygor](https://github.com/shannonmoeller/ygor) - A promising task runner for when `npm run` isn't enough and everything else is too much. ### Hardware