Crystal Boilerplate
Boilerplate for crystal projects.
Build
./auto/build
Build and Run
./auto/build_and_run
Watch
Continuiously watches files in src/*
, and builds and runs the project when files change. Parameters can be specified in src/watch.cr
.
./auto/watch