Open diversable opened 1 year ago
FYI: I'm working on this one to get my feet wet...
The implementation is done, I just need to create a pull request...
FYI: I'll get to the --verbose flag & implementing display for the Template struct this weekend (once I've got some more time to focus on this).
As a user of Ion cli, I would like to be able to quickly see what attributes / setup a package template has prior to creating a new project with that template (without needing to go to the Ion-Templates repo on Github).
In order to serve this use-case, a command which prints the template's contents to the terminal would be helpful.
The command
ion template inspect <TEMPLATE_NAME>
would serve this use-case well.