Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davebenvenuti opened this issue Jan 27, 2025 · 0 comments

Comments

@davebenvenuti
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant