A re-implementation of Python's CookieCutter, only in and for go (golang) projects.
Go to file
Elf M. Sternberg da64736132 This is a total mess. 2018-02-25 12:41:46 -08:00
commands This is a total mess. 2018-02-25 12:41:46 -08:00
config This is a total mess. 2018-02-25 12:41:46 -08:00
scripts This is a total mess. 2018-02-25 12:41:46 -08:00
version This is a total mess. 2018-02-25 12:41:46 -08:00
.gitignore This is a total mess. 2018-02-25 12:41:46 -08:00
AUTHORS.md This is a total mess. 2018-02-25 12:41:46 -08:00
CODE-OF-CONDUCT.md This is a total mess. 2018-02-25 12:41:46 -08:00
CONTRIBUTING.md This is a total mess. 2018-02-25 12:41:46 -08:00
Gopkg.lock This is a total mess. 2018-02-25 12:41:46 -08:00
Gopkg.toml This is a total mess. 2018-02-25 12:41:46 -08:00
LICENSE Initial commit 2018-02-24 12:40:30 -08:00
Makefile This is a total mess. 2018-02-25 12:41:46 -08:00
NOTES.md This is a total mess. 2018-02-25 12:41:46 -08:00
README.md This is a total mess. 2018-02-25 12:41:46 -08:00
TODO.md This is a total mess. 2018-02-25 12:41:46 -08:00
formulaic This is a total mess. 2018-02-25 12:41:46 -08:00
main.go This is a total mess. 2018-02-25 12:41:46 -08:00

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