This plugin…
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.
Add quickstart documentation here…
Describe how a developer would setup a new workspace for this plugin…