jezzsantos / automate

Templatize patterns from your own codebase, make them programmable, then share them with your team. https://jezzsantos.github.io/automate/
https://www.nuget.org/packages/automate
MIT License
7 stars 0 forks source link

Naming of a CodeTemplateCommand when created with CodeTemplate #63

Closed jezzsantos closed 2 years ago

jezzsantos commented 2 years ago

Command automate edit add-codetemplate-with-command "source" --name "ACodeTemplate" --targetpath "target"

It creates a code template named "ACodeTemplate", and a command with default naming called "CodeTemplateCommand1"

Looking for the associated command to the codetemplate is non-intuative. A better name would be "ACodeTemplateCommand"