Sha256: bd59d3cd1f413f910e007df2e308aa3900c204127b1f91632c6fea07c26c8bb5

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

<%= options.project_name.gsub(/(?:^|_)(.)/) { $1.upcase } %>

## Install Required Gems

In the project root directory run:
$ bundle install --path vendor/bundle

## Running Thin

In the project root directory run:
$ bundle exec thin start -a 0.0.0.0 -p 3000 -R config.ru -e production

## Debugging code in IRB

In the project root directory run:
$ bundle exec irb
irb> require_relative 'configs/initializer'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dindi-1.0 lib/dindi/file_templates/latest/README.erb