If you're using Spine with Kanso, all you need to do is write down how
to quickly get set up with a project including Spine and put it on the
wiki somewhere. I suppose most Spine developers are also using
CoffeeScript, so we should probably go over the
coffee-script-precompiler package too. If you're not using Spine with
Kanso yet, I suggest catch me on the IRC channel (#kanso on FreeNode)
and we can walk through the process of getting a basic project set up.
Once we've got a quick-start guide on the wiki I can link directly to
it from the install page.
Are there any other commonly used frameworks people might be interested in?
jQueryify sounds very useful, perhaps we should create a package for
Kanso projects?
Distinguishing between browser and server-side modules could be useful
if you find yourself running very different code on both sides.
Usually I find myself using pretty much all the code browser-side and
only a small part of it server-side, so it's not a big deal if
everything gets packaged and sent to the browser.
That said, I'd be very interested in your thoughts on how we might
improve the module and package systems in Kanso.
Caolan
Of course. My pleasure
...from my mobile.
I think that package has been renamed to just "eco" instead of
"eco-1.1.0", update your kanso.json accordingly and try "kanso
install" again. If that works you might want to raise an issue or send
a pull request on the kanso.spine.todos application.
Caolan