https://github.com/nobodywasishere/berry.cr
https://github.com/nobodywasishere/berry.cr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobodywasishere/berry.cr
- Owner: nobodywasishere
- License: mit
- Created: 2023-10-08T10:32:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T00:50:43.000Z (over 1 year ago)
- Last Synced: 2025-03-23T23:35:59.888Z (3 months ago)
- Language: Crystal
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# berry
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
berry:
github: your-github-user/berry.cr
```2. Run `shards install`
## Usage
```crystal
require "berry"
```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
- [Margret Riegert](https://github.com/your-github-user) - creator and maintainer