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