timberclaw

Build Status

Timberclaw is a log grabber with the goal of high concurrency and fast retrieval.

Usage

Nothing to use at this time.

Development

  1. Install Crystal.
  2. Run crystal deps to install the dependencies.
  3. Build the application by running crystal build src/timberclaw.cr

Contributing

  1. Fork it ( https://github.com/[your-github-name]/timberclaw/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