Simple, git based and language agnostic boilerplate generator
go get -u github.com/gabrielcolson/utopiaYou can create a new project from a utopia github repository:
utopia https://github.com/gabrielcolson/utopia-example.git To create a template, just add a .utopia.yml file at the root
of your repository:
features:
eslint:
branch: utopia/eslint
prettier:
branch: utopia/prettier
auth:
branch: utopia/authFor more details, take a look at the example template
