Elf M. Sternberg da64736132 | ||
---|---|---|
commands | ||
config | ||
scripts | ||
version | ||
.gitignore | ||
AUTHORS.md | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
Makefile | ||
NOTES.md | ||
README.md | ||
TODO.md | ||
formulaic | ||
main.go |
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