Hi there, thanks for the write-up, and I'm sorry I never saw this before!
Unfortunately, there was a dispute between myself & the co-owner, which resulted in my forced removal. I authored all releases between 1.0 and 2.0, inclusive. You may find my continuation of the project as Taskr, found here: https://github.com/lukeed/taskr
As for your article, as of fly@2.0 and taskr@1.0, there have been a few major changes:
I no longer recommend a global installation, although it will still work
The core codebase is much lighter, so clear, concat, and watch have been extracted to plugins
Hi there, thanks for the write-up, and I'm sorry I never saw this before!
Unfortunately, there was a dispute between myself & the co-owner, which resulted in my forced removal. I authored all releases between 1.0 and 2.0, inclusive. You may find my continuation of the project as Taskr, found here: https://github.com/lukeed/taskr
As for your article, as of
fly@2.0
andtaskr@1.0
, there have been a few major changes:clear
,concat
, andwatch
have been extracted to pluginsThe above example is using
async
/await
thanks to thefly-esnext
package, which I did not include in the preliminary installation list.Thanks for the write-up!
Luke