Roger-luo / Ion

Ion - a CLI toolbox for Julia developers
https://rogerluo.dev/Ion/
MIT License
65 stars 3 forks source link

feat: add `ion template inspect` command #9

Open diversable opened 1 year ago

diversable commented 1 year ago

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

diversable commented 1 year ago

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