Skip to content

Provide a rake task or command line exe option that will auto convert *.bproto to Ruby #174

Open
@davebenvenuti

Description

For example, if I have a directory listing like:

- myproject/
  -  foo/
    - something.bproto
    - somethingelse.bproto
  - bar.bproto

it would be cool to run something like rake protoboeuf:generate or protoboeuf generate and end up with:

- myproject/
  -  foo/
    - something.bproto
    - something.rb
    - somethingelse.bproto
    - somethingelse.rb
  - bar.bproto
  - bar.rb

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions