crystal-fswatch

crystal-fswatch

fswatch bindings for Crystal

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      fswatch:
        github: bcardiff/crystal-fswatch
    
  2. Run shards install

Usage

require "fswatch"

FSWatch.watch "." do |event|
  pp! event
end

sleep 10 # keep main fiber busy to prevent exiting

Contributing

  1. Fork it (https://github.com/bcardiff/crystal-fswatch/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

Repository

crystal-fswatch

Owner
Statistic
  • 15
  • 2
  • 1
  • 3
  • 1
  • about 2 years ago
  • June 28, 2020
License

MIT License

Links
Synced at

Sat, 27 Apr 2024 22:28:57 GMT

Languages