dry-web-roda Join the chat at https://gitter.im/dry-rb/chat

Gem Version CI Status Code Climate Inline docs

Integration between dry-web and roda.

dry-web-roda offers a CLI for generating new projects.

Umbrella projects

To generate a new umbrella project (functionality divided into sub-apps):

$ dry-web-roda new <your_project_name>

And to generate sub-apps within your project:

$ dry-web-roda generate sub_app <your_sub_app_name> --umbrella=<your_project_name>

Flat projects

To generate a new flat project (a simpler architecture, with a single module for your entire app):

$ dry-web-roda new <your_project_name> --arch=flat

LICENSE

See LICENSE file.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dry-rb/dry-web-roda.

Acknowledgements

The support code for testing the CLI and generated app are derived from hanami/hanami. Thank you to Luca and the Hanami team!