jsonary-js / jsonary

Quickly assemble clients for JSON-based APIs (powered by JSON Schema)
http://jsonary.com/
MIT License
122 stars 14 forks source link

Packages for Bower #85

Open damnhandy opened 11 years ago

damnhandy commented 11 years ago

It'd be very handy to see a JSONary package in Bower

http://bower.io http://sindresorhus.com/bower-components/

Bower's becoming very useful in my daily flow and I'm really liking what I see in JSONary.

geraintluff commented 11 years ago

Sounds like a decent idea. :)

I'll have a bash at writing a manifest (I guess that it probably just wants to include the get-started-bundle/ directory, not the whole repo - can Bower do that?). I'm also open to pull requests. :)

geraintluff commented 10 years ago

Hi @damnhandy,

I can't figure out how to publish a particular directory in a particular branch as a bower component. I don't think the whole code-base is required - I just wanted to publish the node-package/ directory in the node-render-twice branch.

Any ideas?

damnhandy commented 10 years ago

Looking some other projects in Bower, it seems that some folks are simply creating another Git repo entirely. For example, the Atmosphere jQuery Plugin, it's very Maven centric, but there's been a few git repos that come up doing bower search atmosphere:

Both more or less take the Atmosphere jQuery code and repackage it. I may have a few cycle later in the month to help out, but kind of slammed at present :(

geraintluff commented 10 years ago

OK, that sounds manageable, even if it's not ideal. :) Thanks!