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.
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.