OrigenStandardSubblocks (0.1.0)

Purpose

This plugin…

How To Install

In your Gemfile add:

gem "origen_standard_subblocks"

or if your application is a plugin, then add this to your .gemspec

spec.add_runtime_dependency "origen_standard_subblocks", ">= 0.1.0"

NOTE: In the case of a plugin, you will also need to require 'origen_standard_subblocks' somewhere in your environment.

How To Use

Add quickstart documentation here…

How To Setup a Development Environment

Describe how a developer would setup a new workspace for this plugin…