szymonrw / ancient-oak

Immutable data trees in JavaScript.
MIT License
223 stars 11 forks source link

Add component support #5

Closed jasonkuhrt closed 10 years ago

jasonkuhrt commented 10 years ago

I'll be happy to help with this.

Lets add support for http://github.com/component/component

Then people will be able to do:

component install brainshave/ancient-oak
jasonkuhrt commented 10 years ago

@brainshave poke

szymonrw commented 10 years ago

Cool :-) (apologies for the delay)

If all it takes is putting some file (component.json?) to the repo I'll gladly accept a PR for that :-) (Never used component but from their docs it seems they don't use a separate registry like npm or bower)

jasonkuhrt commented 10 years ago

component uses VCS hubs as the "repository", currently github and bitbucket is supported I believe. Its a pretty cool project. Somewhat unrelated I noticed you were working on a broccoli plugin and got curious about what that was (I'd heard about it ish) and discovered its another build system. Looks interesting.

jasonkuhrt commented 10 years ago

@brainshave np on the delay! Glad to contribute. Will PR something soon. Thanks.