An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# EnumExporter

[![build](https://github.com/genkiroid/enum_exporter/actions/workflows/ci.yml/badge.svg)](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).