Sha256: ac7fb64a5a4a1009c9dfa8809556a3c2bdefa697e3a7dc1387401e1edc30a68f
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 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><%= Origen.app.namespace %> <span style="font-size: 14px">(<%= Origen.app.version %>)</span></h1> ### Introduction This plugin is used by Origen Core to generate new application shells via the <code>origen new</code> command. As well as providing generic plugin and application shells many customized builds for a particular engineering domain, function, or business group are available to. ### How to Use Run the <code>origen new</code> command outside of an application workspace, this will automatically run the latest production release of this plugin to generate the new application: ~~~text origen new my_app_name ~~~ If you want to use a pre-release or older version of the generator a version can be specified like this: ~~~text origen new my_app_name --version 0.1.0 ~~~ ### Available Application Shells The following application shells are currently available, click the links to see any specific information that the shell author has provided: * [Generic Application](<%= path "origen_app_generators/application" %>) * [Generic Plugin](<%= path "origen_app_generators/plugin" %>) % OrigenAppGenerators::AVAILABLE.reverse_each do |domain, generators| #### <%= domain %> % generators.reverse_each do |generator| * [<%= generator.desc %>](<%= path generator.to_s.underscore %>) % end % end % end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
origen_app_generators-0.0.3 | templates/web/index.md.erb |
origen_app_generators-0.0.2 | templates/web/index.md.erb |