modulepackage
0.0.0-20200411021901-d2f0a1d9cf88
Repository: https://github.com/gabrielcolson/utopia.git
Documentation: pkg.go.dev
# README
Utopia
Simple, git based and language agnostic boilerplate generator
Install
go get -u github.com/gabrielcolson/utopia
Usage
You 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/auth
For more details, take a look at the example template