# fimon [![Tests](https://github.com/fnando/fimon/workflows/ruby-tests/badge.svg)](https://github.com/fnando/fimon) [![Gem](https://img.shields.io/gem/v/fimon.svg)](https://rubygems.org/gems/fimon) [![Gem](https://img.shields.io/gem/dt/fimon.svg)](https://rubygems.org/gems/fimon) [![MIT License](https://img.shields.io/:License-MIT-blue.svg)](https://tldrlegal.com/license/mit-license) Thin `listen` cli wrapper. ## Installation ```bash gem install fimon ``` Or add the following line to your project's Gemfile: ```ruby gem "fimon" ``` ## Usage TODO: Write gem usage ## Maintainer - [Nando Vieira](https://github.com/fnando) ## Contributors - https://github.com/fnando/fimon/contributors ## Contributing For more details about how to contribute, please read https://github.com/fnando/fimon/blob/main/CONTRIBUTING.md. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). A copy of the license can be found at https://github.com/fnando/fimon/blob/main/LICENSE.md. ## Code of Conduct Everyone interacting in the fimon project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/fnando/fimon/blob/main/CODE_OF_CONDUCT.md).