Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drujensen/h5cr
HDF5 library for Crystal
https://github.com/drujensen/h5cr
Last synced: 10 days ago
JSON representation
HDF5 library for Crystal
- Host: GitHub
- URL: https://github.com/drujensen/h5cr
- Owner: drujensen
- License: mit
- Created: 2017-12-31T16:21:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T15:28:29.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T01:35:39.000Z (about 2 months ago)
- Language: Crystal
- Size: 295 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h5cr
TODO: Write a description here
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
h5cr:
github: [your-github-name]/h5cr
```## Usage
```crystal
require "h5cr"
```TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ( https://github.com/[your-github-name]/h5cr/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
- [[your-github-name]](https://github.com/[your-github-name]) Dru Jensen - creator, maintainer