Closed rawkode closed 7 years ago
I believe this lends itself well to your idea of removing life-cycle events ( #39 )
@rawkode excellent, thank you! I forgot about init, its now an unnecessary command and its inline with #39. Other than some minor comments it LGTM.
Also, you can just extract the init command into a function and invoke that in main, then remove the command, it should be easier
Hopefully I understood the changes you wanted :+1:
@rawkode thanks, looks good :smile:
Boilr should ensure the configuration directory exists, rather than relying on installation script or a user running 'init'
I'm not sure if this is something you'll want to merge, but I think the user-experience is nicer.
Should you wish to adopt this, I'm happy to update this PR and remove
init
command completely, if wanted.