From 8879232b52ff18d1795b4c4257e9779d9196fd93 Mon Sep 17 00:00:00 2001 From: Kir Belevich Date: Tue, 9 Feb 2016 15:28:11 +0700 Subject: [PATCH] Close #454 PR: add "start" tasks runner to "Build tools" section. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0105227..0cdff5c 100644 --- a/readme.md +++ b/readme.md @@ -230,6 +230,7 @@ - [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow. - [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. ### Hardware