go-archetype
go-archetype copied to clipboard
Scaffold template
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.
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