A re-implementation of Python's CookieCutter, only in and for go (golang) projects.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Elf M. Sternberg da64736132 This is a total mess. 6 years ago
commands This is a total mess. 6 years ago
config This is a total mess. 6 years ago
scripts This is a total mess. 6 years ago
version This is a total mess. 6 years ago
.gitignore This is a total mess. 6 years ago
AUTHORS.md This is a total mess. 6 years ago
CODE-OF-CONDUCT.md This is a total mess. 6 years ago
CONTRIBUTING.md This is a total mess. 6 years ago
Gopkg.lock This is a total mess. 6 years ago
Gopkg.toml This is a total mess. 6 years ago
LICENSE Initial commit 6 years ago
Makefile This is a total mess. 6 years ago
NOTES.md This is a total mess. 6 years ago
README.md This is a total mess. 6 years ago
TODO.md This is a total mess. 6 years ago
formulaic This is a total mess. 6 years ago
main.go This is a total mess. 6 years ago

README.md

formulaic

A Cookiecutter Clone in Go

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/formulaic

Testing

make test