Just a quick note that I added a primitive packaging UI to Shoes master. Pick a Ruby script, and it'll package that script and its surrounding directory as a .shy. -mental
How is this different from the existing packager app that's bundled with shoes? I've been working on making the shoes packager scriptable: http://github.com/phiggins/cobbler I wouldn't recommend anyone use that code yet, but I'm currently using it for a project of mine. pete On Tue, Nov 17, 2009 at 10:29 PM, MenTaLguY <mental@rydia.net> wrote: > Just a quick note that I added a primitive packaging UI to Shoes master. > Pick a Ruby script, and it'll package that script and its surrounding > directory as a .shy. > > -mental >
On Wed, Nov 18, 2009 at 1:12 PM, pete <pete@peterhiggins.org> wrote: > I've been working on making the shoes packager scriptable: > http://github.com/phiggins/cobbler > cobbler! excellent name! -dan
On Wed, Nov 18, 2009 at 11:50 AM, Dan and Norine Simpson <danorine@gmail.com > wrote: > On Wed, Nov 18, 2009 at 1:12 PM, pete <pete@peterhiggins.org> wrote: > >> I've been working on making the shoes packager scriptable: >> http://github.com/phiggins/cobbler >> > > cobbler! excellent name! > > -dan > Thanks. I was nervous about that because I had talked to someone a while ago who had thought of dessert when they read the word cobbler. I'm glad someone appreciated my cleverness. :) I also hadn't planned on linking that here until I had time to polish it a bit more, but since we were already discussing packaging... pete
On Wed, 2009-11-18 at 10:12 -0800, pete wrote: > How is this different from the existing packager app that's bundled > with shoes? I eventually plan to wire that in -- the current UI is a crude placeholder that just does .shys, as a proof of concept for how packaging might work from the main Shoes menu. -mental