formulaic/README.md

18 lines
270 B
Markdown
Raw Normal View History

2018-02-25 20:41:46 +00:00
# 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:
```console
$ make
$ ./bin/formulaic
```
### Testing
``make test``