Like Guard with Ruby, we could use Sentry with Crystal to run specs every time one changes.
https://github.com/samueleaton/sentry
We could have a Makefile that allows us to build the binary :
Or release :
Or run tests :
Or watch folders and run tests
Like Guard with Ruby, we could use Sentry with Crystal to run specs every time one changes.
https://github.com/samueleaton/sentry
We could have a Makefile that allows us to build the binary :
$ make buildOr release :
$ make releaseOr run tests :
$ make testOr watch folders and run tests
$ make sentry