Sha256: 95d401bba946bfaa0ef3c68443397f6d417011c628e6e8bd762b682012879f72

Contents?: true

Size: 1.03 KB

Versions: 7

Compression:

Stored size: 1.03 KB

Contents

# <%= app_name %>

Provide a brief description of the purpose of this application.

## Setup instructions

This application requires a working installation of Ruby and Rubygems on your
system, along with a functioning database such as SQLite or PostgreSQL. Install
Ruby gem dependencies using Bundler.

For full instructions, see [doc/wiki/Setup.md](doc/wiki/Setup.md).

## Documentation

### Wiki

The application-specific Wiki is stored in `doc/wiki` and contains anything
need to know to work with this project. You can view and edit the wiki in a
web-based application using the [Gollum][]
project.

### API docs

You can generate API documentation for this project with the following Rake
task:

    % bin/rake doc:yard

Documentation will be output in HTML format in `doc/app`. To also generate API
docs for the Rails framework, use:

    % bin/rake doc:api

Further usage guides for the Rails framework can be generated using this task:

    % bin/rake doc:guides

## Authors

* Your Name <name@email.com>

[Gollum]: https://github.com/gollum/gollum

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stationed-0.6.0 lib/stationed/generators/templates/README.md.erb
stationed-0.5.0 lib/stationed/generators/templates/README.md.erb
stationed-0.4.0 lib/stationed/generators/templates/README.md.erb
stationed-0.3.0 lib/stationed/generators/templates/README.md.erb
stationed-0.2.0 lib/stationed/generators/templates/README.md.erb
stationed-0.1.0 lib/stationed/generators/templates/README.md.erb
stationed-0.0.1 lib/stationed/generators/templates/README.md.erb