cli icon indicating copy to clipboard operation
cli copied to clipboard

Extend the CLI to use custom templates

Open raksiv opened this issue 3 years ago • 1 comments

Users will want to experiment with their own templates, it should be possible to do this without officially releasing a template.

Add a configuration in the CLI to let them configure their template sources

  • Add notes to readme to describe how they would do this.

raksiv avatar Jun 02 '22 23:06 raksiv

A template source flag might work well for this (many other CLIs implement it this way).

nitric new --template git://github.com/myorg/mytemplates/mytemplate

tjholm avatar Mar 15 '23 23:03 tjholm