Sha256: 5e0883f162f65958a5812f919e52477bc5ee10d0b6fb01b1bc7f2d02846da63d

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

# <%= @name %>

<%- if @homepage -%>
* [Homepage](<%= @homepage %>)
<%- end -%>
<%- if @safe_email -%>
* [Email](<%= @safe_email %>)
<%- end -%>

## Description

<%= @description %>

## Features

## Examples

    require '<%= @namespace_path -%>'

## Requirements

## Install

    $ gem install <%= @name %>

<%- if @bin -%>
## Synopsis

    $ <%= @name %>

<%- end -%>
## Copyright

<%- if @author -%>
Copyright (c) <%= @year %> <%= @author %>
<%- else -%>
Copyright (c) <%= @year %>
<%- end -%>

<%- if yard? -%>
See {file:LICENSE.txt} for details.
<%- else -%>
See LICENSE.txt for details.
<%- end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ore-0.4.0 data/ore/templates/base/README.md.erb