To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / lib / generators / redmine_plugin / templates / init.rb.erb @ 441:cbce1fd3b1b7

History | View | Annotate | Download (281 Bytes)

1
require 'redmine'
2

    
3
Redmine::Plugin.register :<%= plugin_name %> do
4
  name '<%= plugin_pretty_name %> plugin'
5
  author 'Author name'
6
  description 'This is a plugin for Redmine'
7
  version '0.0.1'
8
  url 'http://example.com/path/to/plugin'
9
  author_url 'http://example.com/about'
10
end