Sha256: 874bede4257451b1e720303ec9c21624ac2d57ecaaf6dad458cdfb20c93d209b

Contents?: true

Size: 647 Bytes

Versions: 9

Compression:

Stored size: 647 Bytes

Contents

# <%= Hanami::Utils::String.titleize(project) %>

Welcome to your new Hanami project!

## Setup

How to run tests:

```
% bundle exec rake
```

How to run the development console:

```
% bundle exec hanami console
```

How to run the development server:

```
% bundle exec hanami server
```

How to prepare (create and migrate) DB for `development` and `test` environments:

```
% bundle exec hanami db prepare

% HANAMI_ENV=test bundle exec hanami db prepare
```

Explore Hanami [guides](http://hanamirb.org/guides/), [API docs](http://docs.hanamirb.org/<%= Hanami::VERSION %>/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hanami-1.3.1 lib/hanami/cli/commands/new/README.md.erb
hanami-1.3.0 lib/hanami/cli/commands/new/README.md.erb
hanami-1.3.0.beta1 lib/hanami/cli/commands/new/README.md.erb
hanami-1.2.0 lib/hanami/cli/commands/new/README.md.erb
hanami-1.2.0.rc2 lib/hanami/cli/commands/new/README.md.erb
hanami-1.2.0.rc1 lib/hanami/cli/commands/new/README.md.erb
hanami-1.2.0.beta2 lib/hanami/cli/commands/new/README.md.erb
hanami-1.2.0.beta1 lib/hanami/cli/commands/new/README.md.erb
hanami-1.1.1 lib/hanami/cli/commands/new/README.md.erb