grok

Version, currently main branch1 version
  • main branchlatestApr 4, 2024

github.com/phenopolis/grok.cr

Crystal bindings for Grok

16 stars
0 dependents
License: AGPL-3.0-only

Installation

# Add this to your shard.yml
dependencies:
  grok:
    github: phenopolis/grok.cr
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.0.0, < 2.0
License
AGPL-3.0-only

Dependencies

This version declares no dependencies.

README

# Grok.cr

Crystal bindings for [Grok](https://github.com/phenopolis/grok) 10.0.8.

## Installation

1. Add the dependency to your `shard.yml`:

   ```yaml
   dependencies:
     grok:
       github: phenopolis/grok.cr
   ```

2. Run `shards install`.

## Contributing

1. Fork it (<https://github.com/phenopolis/grok.cr/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.