https://github.com/will/gemini
https://github.com/will/gemini
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/will/gemini
- Owner: will
- License: gpl-3.0
- Created: 2022-11-04T20:34:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T20:35:30.000Z (over 3 years ago)
- Last Synced: 2025-02-10T11:45:39.765Z (about 1 year ago)
- Language: Crystal
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# gemini
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
gemini:
github: will/gemini
```
2. Run `shards install`
## Usage
```crystal
require "gemini"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
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
- [Will Leinweber](https://github.com/will) - creator and maintainer