Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 646 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 646 Bytes

Utopia

Simple, git based and language agnostic boilerplate generator

Demo

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