Re: Plugin Generator

2013-10-10 Thread Lucas Holmquist
i've sent an initial PR here https://github.com/apache/cordova-plugman/pull/25 On Oct 8, 2013, at 6:37 PM, Anis KADRI wrote: > +1 for plugman > > On Tue, Oct 8, 2013 at 11:42 AM, Brian LeRoux wrote: >> Ya I think this is a reasonable addition to Plugman, and will flow nicely >> for our dev c

Re: Plugin Generator

2013-10-08 Thread Anis KADRI
+1 for plugman On Tue, Oct 8, 2013 at 11:42 AM, Brian LeRoux wrote: > Ya I think this is a reasonable addition to Plugman, and will flow nicely > for our dev community. > > You can imagine in the docs. "here's how you: create, install, remove, and > discover plugins". > > > On Tue, Oct 8, 2013 at

Re: Plugin Generator

2013-10-08 Thread Brian LeRoux
Ya I think this is a reasonable addition to Plugman, and will flow nicely for our dev community. You can imagine in the docs. "here's how you: create, install, remove, and discover plugins". On Tue, Oct 8, 2013 at 11:33 AM, Lucas Holmquist wrote: > > > On Oct 8, 2013, at 2:27 PM, Michal Mocny

Re: Plugin Generator

2013-10-08 Thread Michal Mocny
Okay, thanks for clearing that up. In that case I have a mild preference to just leaving this out of the core tools and entirely up to the community to solve (such as your generator). I think the overall use case is compelling, but I'm not sure I see the need for cordova team to commit to support

Re: Plugin Generator

2013-10-08 Thread Lucas Holmquist
On Oct 8, 2013, at 2:27 PM, Michal Mocny wrote: > Lukas, its awesome that you are working on this, and I really like the idea > of a yeoman generator for this. > > However, I'm having trouble understanding what it is that plugman is doing > here? Why can't yeoman create the template without p

Re: Plugin Generator

2013-10-08 Thread Michal Mocny
Lukas, its awesome that you are working on this, and I really like the idea of a yeoman generator for this. However, I'm having trouble understanding what it is that plugman is doing here? Why can't yeoman create the template without plugman's involvement at all? Why is it a must to extend plugm

Re: Plugin Generator

2013-10-08 Thread Lucas Holmquist
So i've started some work on adding a "create" command to plugman w.r.t this JIRA https://issues.apache.org/jira/browse/CB-4886 what i was thinking for workflow would be : $ plugman create --name "PluginName" --plugin_id "The PluginID" --plugin_version "the plugin version" --variable descriptio

Re: Plugin Generator

2013-09-20 Thread Brian LeRoux
+1 totally awesome On Fri, Sep 20, 2013 at 3:14 PM, Michal Mocny wrote: > Filed CB-4886 for plugin create. > > There were a few previous threads about it, and it seemed to be a > positively received proposal. Linked to the more recent mailing list > discussions from the JIRA issue. > > Probab

Re: Plugin Generator

2013-09-20 Thread Michal Mocny
Filed CB-4886 for plugin create. There were a few previous threads about it, and it seemed to be a positively received proposal. Linked to the more recent mailing list discussions from the JIRA issue. Probably a low priority item, but if you would like to take a shot at it Lucas, that would be a

Re: Plugin Generator

2013-09-20 Thread Lucas Holmquist
On Sep 20, 2013, at 1:27 AM, Brian LeRoux wrote: > This is great. I think we have it in our backlog to have something like > `plugman create ...` and thusly `cordova plugin create ...`. > > Would you be up for contributing back to the cordova tools? Word Up. I think it makes sense to be in th

Re: Plugin Generator

2013-09-19 Thread Brian LeRoux
This is great. I think we have it in our backlog to have something like `plugman create ...` and thusly `cordova plugin create ...`. Would you be up for contributing back to the cordova tools? On Thu, Sep 19, 2013 at 9:31 PM, Shazron wrote: > Heh ;) I was waiting for "patches welcome :)" > > >

Re: Plugin Generator

2013-09-19 Thread Shazron
Heh ;) I was waiting for "patches welcome :)" On Thu, Sep 19, 2013 at 12:29 PM, Lucas Holmquist wrote: > version 0.0.1 :) > > On Sep 19, 2013, at 3:28 PM, Shazron wrote: > > > Awesome! Any reason not to use instead? > > > > > > On Thu, Sep 19, 2013 at 12:22 PM, Lucas Holmquist >wrote: > > >

Re: Plugin Generator

2013-09-19 Thread Lucas Holmquist
also, i didn't scroll down that far. On Sep 19, 2013, at 3:29 PM, Lucas Holmquist wrote: > version 0.0.1 :) > > On Sep 19, 2013, at 3:28 PM, Shazron wrote: > >> Awesome! Any reason not to use instead? >> >> >> On Thu, Sep 19, 2013 at 12:22 PM, Lucas Holmquist wrote: >> >>> I was looking

Re: Plugin Generator

2013-09-19 Thread Lucas Holmquist
version 0.0.1 :) On Sep 19, 2013, at 3:28 PM, Shazron wrote: > Awesome! Any reason not to use instead? > > > On Thu, Sep 19, 2013 at 12:22 PM, Lucas Holmquist wrote: > >> I was looking for something to help me create a plugin but i didn't see >> anything, so i created a yeoman generator: >>

Re: Plugin Generator

2013-09-19 Thread Shazron
Awesome! Any reason not to use instead? On Thu, Sep 19, 2013 at 12:22 PM, Lucas Holmquist wrote: > I was looking for something to help me create a plugin but i didn't see > anything, so i created a yeoman generator: > > https://npmjs.org/package/generator-cordova-plugin here is version 0.0.1