Ion icon indicating copy to clipboard operation
Ion copied to clipboard

feat: add `ion template inspect` command

Open diversable opened this issue 2 years ago • 2 comments
trafficstars

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.

diversable avatar Feb 14 '23 20:02 diversable

FYI: I'm working on this one to get my feet wet...

The implementation is done, I just need to create a pull request...

diversable avatar Feb 14 '23 23:02 diversable

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).

diversable avatar Feb 16 '23 19:02 diversable