Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 560 Bytes

skaphos

skaphos is yet another tool to scaffold new projects based a project blueprint which can be stored locally or in a git repository.

It makes use of project go-archetype to deal with templating.

Getting started

go install github.com/bmfs/skaphos@latest
skaphos create https://github.com/rantav/go-template

Create a template

Check project go-archetype for more details on how to create templates.