Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devnote-dev/redoc
https://github.com/devnote-dev/redoc
Last synced: 16 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T19:33:38.000Z (about 2 months ago)
- Last Synced: 2024-09-10T22:24:59.531Z (about 2 months ago)
- Language: Crystal
- Homepage:
- Size: 50.8 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