lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 75 forks source link

Extract `@taskr/utils`? #286

Open lukeed opened 7 years ago

lukeed commented 7 years ago

I'm sure if Taskr would benefit from exposing some of its tools directly.

The benefits would be that plugins could import/share some of the core Taskr helpers. Even though the core utilities are exposed right now, we have a set of internal helpers that could be part of this module too.

If this happens, the utilities would all be within the @taskr/utils package name.

Need your help deciding what I should do:

Comments welcome. Thanks! 😄