dominictarr / npmd

MIT License
450 stars 37 forks source link

config #39

Closed heapwolf closed 10 years ago

heapwolf commented 10 years ago

Noticed this comment but also this code which seems to address the issue of where to put things (as implemented here). Is there something additional that can happen here?

dominictarr commented 10 years ago

OH, i should have deleted that first comment. Yeah, I realized that I only needed about 3 things from npmconf, (which has a lot of things) so I just copied that to npmd-config and dropped npmconf, which also means I could get sync config loading, and just use rc which is what I wanted.

dominictarr commented 10 years ago

Also, each npmd-* tool could just depend on npmd-config, so they can all be used standalone. when substack first suggested that to me, I thought it was a bit silly, but then I realized it was a good idea, and it also turned out to be very useful for testing npmd.

heapwolf commented 10 years ago

:+1: