https://github.com/devnote-dev/redoc
https://github.com/devnote-dev/redoc
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devnote-dev/redoc
- Owner: devnote-dev
- License: mpl-2.0
- Created: 2024-04-18T02:09:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T21:33:59.000Z (over 1 year ago)
- Last Synced: 2025-05-12T23:11:49.632Z (9 months ago)
- Language: Crystal
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redoc
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
redoc:
github: devnote-dev/redoc
```
2. Run `shards install`
## Usage
```crystal
require "redoc"
```
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