OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/lib/generators/open_project/plugin/USAGE

19 lines
647 B

Description:
Creates a new plugin with the given name in the specified directory
Usage:
rails generate open_project:plugin NAME DIRECTORY
Example:
rails generate open_project:plugin stuff ~/
This will create:
~/openproject-stuff
~/openproject-stuff/CHANGELOG.md
~/openproject-stuff/openproject-stuff.gemspec
~/openproject-stuff/lib
~/openproject-stuff/lib/openproject-stuff.rb
~/openproject-stuff/lib/open_project
~/openproject-stuff/lib/open_project/stuff.rb
~/openproject-stuff/lib/open_project/stuff
~/openproject-stuff/lib/open_project/stuff/engine.rb