I just created a small CLI based PHP script to create plugins. Check it out at http://habari.pastebin.ca/784960 Basically you do a 'php create-plugin.php test >> test.php' and it will create a basic plugin structure for you to expand on.
Not sure how useful it'll be, but if someone wants to grab it and find a proper home for it, feel free to do so.
> I just created a small CLI based PHP script to create plugins. > Check it out > at http://habari.pastebin.ca/784960 > Basically you do a 'php create-plugin.php test >> test.php' and it > will > create a basic plugin structure for you to expand on.
> Not sure how useful it'll be, but if someone wants to grab it and > find a > proper home for it, feel free to do so.
On Tue, Nov 20, 2007 at 12:35:25AM +0100, Christian Mohn wrote:
> I just created a small CLI based PHP script to create plugins. Check it out > at http://habari.pastebin.ca/784960 > Basically you do a 'php create-plugin.php test >> test.php' and it will > create a basic plugin structure for you to expand on.
> Not sure how useful it'll be, but if someone wants to grab it and find a > proper home for it, feel free to do so.
I couldn't resist the meta-ness of making this a plugin creation plugin as my first plugin. Probably useless but it was fun and taught me about plugins.
On Wed, Nov 21, 2007 at 05:15:14PM +1100, Michael C. Harris wrote: > I couldn't resist the meta-ness of making this a plugin creation > plugin as my first plugin. Probably useless but it was fun and taught > me about plugins.
Using habari's builtin UUID generation. Thanks ringmaster.
-----Original Message----- From: habari-dev@googlegroups.com [mailto:habari-dev@googlegroups.com] On
Behalf Of Michael C. Harris Sent: 21. november 2007 07:41 To: habari-dev@googlegroups.com Subject: [habari-dev] Re: create-plugin.php
On Wed, Nov 21, 2007 at 05:15:14PM +1100, Michael C. Harris wrote: > I couldn't resist the meta-ness of making this a plugin creation > plugin as my first plugin. Probably useless but it was fun and taught > me about plugins.
Using habari's builtin UUID generation. Thanks ringmaster.