Sha256: 62f88a017f844c37a030683111eb0a0d33f4790c2841d57f82538e332d9d532a

Contents?: true

Size: 790 Bytes

Versions: 2

Compression:

Stored size: 790 Bytes

Contents

Create a new shiny rails app with quite a few best practices and opinions.

Development server credentials:

`--pg-location` to supply a custom postgres location [localhost]

`--pg-username` to supply a custom postgres username [postgres]

`--pg-password` to supply your postgres password to run migrations []

`--redis-location` to supply a custom redis location [localhost]

`--redis-password` to supply your redis password []

Options:

`--rc` to supply an .oratsrc file path to automatically populate credentials []

Template features:

`--template` to mix in an official orats template by supplying its name []

`--custom` to add your own template at the very end, a url or file is ok []

Project features:

`--skip-server-start` to skip automatically running puma and sidekiq [false]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
orats-0.8.1 lib/orats/cli_help/new
orats-0.8.0 lib/orats/cli_help/new