Sha256: 3bec328469616117c12b1e13cd649564275cb97beb8d39b911dfca44f061453c

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

[gem]: https://rubygems.org/gems/dry-web-roda
[travis]: https://travis-ci.org/dry-rb/dry-web-roda
[codeclimate]: https://codeclimate.com/github/dry-rb/dry-web-roda
[inchpages]: http://inch-ci.org/github/dry-rb/dry-web-roda/

# dry-web-roda [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Gem Version](https://badge.fury.io/rb/dry-web-roda.svg)][gem]
[![Build Status](https://travis-ci.org/dry-rb/dry-web-roda.svg?branch=master)][travis]
[![Code Climate](https://codeclimate.com/github/dry-rb/dry-web-roda/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/dry-rb/dry-web-roda/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-web-roda.svg?branch=master&style=flat)][inchpages]

Integration between dry-web and roda.

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

```sh
$ dry-web-roda new <project_name>
```

And building apps within projects:

```sh
$ dry-web-roda generate app <my_sub_app_name>
```

## LICENSE

See `LICENSE` file.

## Contributing

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-web-roda-0.6.0 README.md
dry-web-roda-0.5.1 README.md
dry-web-roda-0.5.0 README.md
dry-web-roda-0.4.0 README.md