Roger-luo / Ion

Ion - a CLI toolbox for Julia developers

Home Page:https://rogerluo.dev/Ion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add `ion template inspect` command

diversable opened this issue · comments

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.

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