Skip to content

Simple, git based and language agnostic boilerplate generator

License

Notifications You must be signed in to change notification settings

gabrielcolson/utopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple, git based and language agnostic boilerplate generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages