Added lifecycle hooks and bunch of small improvements
Big features
Lifecycle hooks allows the user of this package perform certain tasks without relying on the core to rollout specific features. For example:
AdonisJs will boot the application before running the command, when settings.loadApp
is true
.
Other changes
Now we make use of @poppinss/fancy-logs
for logging messages and this ensures that all of the log messages across the board are same