https://github.com/genkiroid/enum_exporter
Rake task to export defined enum as some formats
https://github.com/genkiroid/enum_exporter
enum gem plugin rails rake
Last synced: about 2 months ago
JSON representation
Rake task to export defined enum as some formats
- Host: GitHub
- URL: https://github.com/genkiroid/enum_exporter
- Owner: genkiroid
- License: mit
- Created: 2018-04-21T01:37:06.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T06:36:49.000Z (over 2 years ago)
- Last Synced: 2025-02-26T23:51:26.586Z (2 months ago)
- Topics: enum, gem, plugin, rails, rake
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# EnumExporter
[](https://github.com/genkiroid/enum_exporter/actions/workflows/ci.yml)
Rake task to export defined enum as some formats.
## Usage
Execute `bin/rake enum_exporter:yaml` on RoR project root.## Installation
Add this line to your application's Gemfile:```ruby
gem 'enum_exporter'
```And then execute:
```bash
$ bundle
```## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).