Sha256: 52cd342e711c57735962bfb470dc191c2c8ca12d15b20f67bc1d9ba1a9739d56
Contents?: true
Size: 866 Bytes
Versions: 2
Compression:
Stored size: 866 Bytes
Contents
% render "layouts/basic.html" do ### OrigenAppGenerators ## Generic Plugin Builds a generic Origen plugin shell that has no specific use case in mind. The generated application is very similar to the [Generic Application](<%= path "origen_app_generators/application" %>), but with the following additional files: ~~~text |-- config | |-- development.rb |-- app_name.gemspec ~~~ Some file content may be slightly different to that for an application and it also has a different web doc structure to reflect the goal for all plugins to have consistent and snappy documentation. **config/development.rb** Similar to environment.rb this file can be used by plugins to require private files for the purposes of testing or for use in the development environment. Only files loaded by environment.rb will be available to applications importing the plugin. % end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
origen_app_generators-0.0.3 | templates/web/origen_app_generators/plugin.md.erb |
origen_app_generators-0.0.2 | templates/web/origen_app_generators/plugin.md.erb |