go-archetype icon indicating copy to clipboard operation
go-archetype copied to clipboard

Scaffold template

Open bmfs opened this issue 3 years ago • 1 comments

A use case I was looking for was to be able to scaffold a new project from the template without needing to manually clone the template project first, similarly to tools such as cookiecutter and yeoman. So I ended up creating a wrapper of go-archetype to include such functionality ( https://github.com/bmfs/skaphos ).

Looking in retrospect, it might make sense to include such a feature in this project.

If you feel such a feature belongs to this project I would be happy to open a pull request adding an extra command for that.

bmfs avatar Mar 31 '21 08:03 bmfs

https://github.com/rantav/go-archetype/issues/19

Just noticed your issue, but I like it is getting at what my proposal is. I think your tool is exactly what I'm looking for

zacharyjones123 avatar Apr 08 '22 12:04 zacharyjones123