Open jlong opened 11 years ago
@ericam How do we go about getting a separate repo for a CLI driven Package Manager gem?
@nex3 How do you want to do this?
@chriseppstein Would love your thoughts on this, too.
@ericam probably something short like sasspm
or sass-pm
.
edit: That was in response to a comment that apparently only exists in my email notifications... Anyway, that's what I'd call the package manager portion of this.
Let's call it sass-install
. Ultimately I think this should be part of Sass, but it can certainly be a separate gem that the main sass gem depends on and shells out to to make sass install
work.
Basic interface modeled on Ruby gems?
Example of generic sass.json configuration file:
JSON seems like the best language agnostic way to do this.