Sha256: 6fd1c1ac8f2486a02e8ae38a8d7f9898b9f76b03bcda05a83a506f5be8c676d2

Contents?: true

Size: 559 Bytes

Versions: 7

Compression:

Stored size: 559 Bytes

Contents

# <%= app_name %>

## Rails Build Environment

**Ruby:** <%= RUBY_VERSION %>

**Rails:** <%= Rails::VERSION::STRING %>

**Database:** <%= options[:database] %>

**Additional Info**

<%- unless options[:skip_erd] -%>
## Database Structure (ERD)

![](<%= app_name.parameterize %>_erd.png)

<%- end -%>
## Getting Started

### Prerequisites

Things you need to do in order for the software to run.

```shell
bundle install
rails db:migrate db:seed
rails s
```

### Installing

A step-by-step guide on how to install the software to run and function as intended.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/README.md.erb
kowl-0.0.6 lib/kowl/templates/README.md.erb
kowl-0.0.5 lib/kowl/templates/README.md.erb
kowl-0.0.4 lib/kowl/templates/README.md.erb
kowl-0.0.3 lib/kowl/templates/README.md.erb
kowl-0.0.2 lib/kowl/templates/README.md.erb
kowl-0.0.1 lib/kowl/templates/README.md.erb