https://github.com/devnote-dev/pubgrub
Pubgrub version resolution algorithm implemented in Crystal
https://github.com/devnote-dev/pubgrub
Last synced: 7 months ago
JSON representation
Pubgrub version resolution algorithm implemented in Crystal
- Host: GitHub
- URL: https://github.com/devnote-dev/pubgrub
- Owner: devnote-dev
- License: mit
- Created: 2023-02-07T01:23:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T15:18:05.000Z (over 2 years ago)
- Last Synced: 2025-06-04T13:19:48.470Z (8 months ago)
- Language: Crystal
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pubgrub
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
pubgrub:
github: devnote-dev/pubgrub
```
2. Run `shards install`
## Usage
```crystal
require "pubgrub"
```
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
- [Devonte W](https://github.com/devnote-dev) - creator and maintainer