Releases: steepnicki/taskr
Releases · steepnicki/taskr
v0.1-2 Pre-Alpha release
Pre-Alpha release v0.1-2
- Fixes the task
done
event, now the correct summary message is being displayed.
v0.1-1 Pre-Alpha release
Pre-Alpha release v0.1-1
- Fix error handling (when error was returned via the task callback, the
done
callback was being called at the same time, causing the summary message to appear more than once.) - Refactor the error output.
- The
helloWorld
task is now working as expected.
v0.1 Pre-Alpha release
Pre-Alpha release v0.1
Current features
- Taskr allows to execute simple NodeJS script located in the local
./taskr/tasks
directory of any JS project. - In order to run a task use
taskr run taskName
command (all from within the terminal!)
The future releases will allow the user to add custom commands, to create a DB connection and pass it down to the task script (e.g. for database maintenance tasks such as updating indexes), and more...
Not for production use! Kinda useless as of now really.
Keep in mind, taskr was built for my private projects, hence why it might be a little... "opinionated".