Skip to content

modellurgist/dry-web-roda

This branch is 208 commits behind dry-rb/dry-web-roda:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 26, 2016
Aug 28, 2017
Feb 7, 2017
Jul 7, 2017
Feb 18, 2017
Feb 4, 2017
Feb 4, 2017
Jul 25, 2017
Jun 6, 2017
Jul 3, 2017
Jun 11, 2016
Apr 26, 2017
Jun 11, 2016
Jun 16, 2017

Repository files navigation

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

Gem Version Build Status Code Climate Test Coverage 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!

About

Roda integration for dry-web apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 93.0%
  • Shell 6.8%
  • HTML 0.2%