Tuesday, December 2, 2014

notask

I never really got into gulp or grunt. To me it seems like a quick way to get not exactly what you want. I rather use make!

But make is not a javascript only solution, and I do love javascript only solutions. That, and my love for promises and angular led to notask, a simple task runner.

https://github.com/LuvDaSun/notask

A task lives in a file with a name like 'taskname.task.js'. It exports a 'task' member which is a function that may return a promise that will be resolved upon task execution. The task function may also have parameters. Every function parameter of a task references another task by it's name, just like angular does with services and such.

I hope you like it!


No comments:

Post a Comment