Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added README file.
  • Loading branch information
halfdan committed Mar 20, 2013
1 parent 0ee5b48 commit bc1c5e4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
@@ -0,0 +1,24 @@
# Piwik Plugin Generator

This tool can be used to automatically generate a plugin stub for [Piwik](http://piwik.org) 2.x. It generates all the necessary files for you

## Installation

You can build the plugin generator yourself if you are using PHP 5.3 or higher. This can be done in two simple steps.

1. Clone the repository.

git clone https://github.com/halfdan/piwik-plugin-generator.git

2. Generate the PHP Archive.

cd piwik-plugin-generator
php -d phar.readonlý=0 build.php

You will now have a file called `plugin.phar` that you can execute by typing `php plugin.phar`.

## Command Line Options

ToDo

## Contribution

0 comments on commit bc1c5e4

Please sign in to comment.