w0rm / gulp-svgstore

Combine svg files into one with symbol elements
https://www.npmjs.com/package/gulp-svgstore
646 stars 33 forks source link

is there any cli version of this? #37

Closed thecotne closed 9 years ago

w0rm commented 9 years ago

No there is not, I use this together with gulp. But a separate cli can be done in a separate project even without gulp.

gulp-svgstore exports a stream that consumes and outputs vinyl file objects, so it should be simple to wrap it with cli interface. You may check the tests for more ideas.