Sha256: be8b9e534f0774b4a30396d87776c8f11fcf0cc521912a4ffdc8ee61639cc68b

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

% render "layouts/basic.html" do

%# HTML tags can be embedded in mark down files if you want to do specific custom
%# formatting like this, but in most cases that is not required.
<h1><%= RGen.app.namespace %> <span style="font-size: 14px">(<%= RGen.app.version %>)</span></h1>

### Purpose

This plugin provides...

### How To Import

##### To use in an application:

Add the following to your application's <code>Gemfile</code>:

~~~ruby
gem '<%= RGen.app.name %>', '<%= RGen.app.version %>'
~~~

##### To use in a plugin:

Add the following to your plugin's gemspec:

~~~ruby
spec.add_runtime_dependency '<%= RGen.app.name %>', '~> <%= RGen.app.version.major %>', '>= <%= RGen.app.version %>'
~~~

and require the gem in your code:

~~~ruby
require '<%= RGen.app.name %>'
~~~


### How To Use

Give some quick start description here on how to use your plugin, providing
links to the API documents where necessary for further details.

Here is an example integration:

~~~ruby
# Include some code examples here
~~~

### How To Setup a Development Environment

~~~text
mkdir <%= RGen.app.name %>
cd <%= RGen.app.name %>
dssc setvault <%= RGen.app.config.vault %> .
dssc pop -rec -get .
~~~

Follow the instructions here if you want to make a 3rd party app
workspace use your development copy of the <%= RGen.app.name %> plugin:
[Setting up a Plugin Development Environment](http://rgen.freescale.net/rgen/latest/guides/libraries/environment)

% end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
origen_ahb-0.2.0.pre2 templates/web/index.md.erb