https://github.com/waj/crystal-rancher
Rancher API client for Crystal
https://github.com/waj/crystal-rancher
crystal crystal-lang rancher rancher-api
Last synced: 27 days ago
JSON representation
Rancher API client for Crystal
- Host: GitHub
- URL: https://github.com/waj/crystal-rancher
- Owner: waj
- License: mit
- Created: 2019-10-30T21:22:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T18:46:05.000Z (over 6 years ago)
- Last Synced: 2025-03-03T15:13:46.310Z (over 1 year ago)
- Topics: crystal, crystal-lang, rancher, rancher-api
- Language: Crystal
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rancher
Rancher API client
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
rancher:
github: waj/crystal-rancher
```
2. Run `shards install`
## Usage
```crystal
require "rancher"
```
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
- [Juan Wajnerman](https://github.com/waj) - creator and maintainer