Crystal: File Watch

Created on 5 Aug 2016  路  4Comments  路  Source: crystal-lang/crystal

Just read about crystal on Hacker News and thought I'd give it a whirl. Seems like a really cool new language. The one thing I can't find though is a 'watch' process, kind of like node-dev, which rebuilds on code change.

Does one exist? If not, this would be a really cool addition.

Keep up the excellent work, look forward to seeing v1.0.

question

All 4 comments

Just to answer my own question - found this

A list of crystal modules

https://github.com/veelenga/awesome-crystal

A file watcher

https://github.com/f/guardian

So question answered? Any reason to keep this open? :)

Thanks... I'm sure people can search closed issues if they have a similar question.

I too was looking for something like node-dev or nodemon so I made a small project that watches files and restarts a running process on file changes, called Sentry.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pbrusco picture pbrusco  路  3Comments

jhass picture jhass  路  3Comments

will picture will  路  3Comments

Papierkorb picture Papierkorb  路  3Comments

oprypin picture oprypin  路  3Comments