crystal-docker-template

A template to start a Crystal project in a Docker, so you worry less about setup and more about your code

Installation

Run make docker-build to build the Docker image

Usage

Run:

Contributing

  1. Fork it (https://github.com/your-github-user/docker-template/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors