rantav / go-archetype

Project archetyping and templating in Golang
https://go-archetype.dev/
MIT License
48 stars 17 forks source link

Scaffold template #9

Open bmfs opened 3 years ago

bmfs commented 3 years ago

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.

zacharyjones123 commented 2 years ago

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