FWeinb / grunt-svgstore

Merge svgs from a folder
MIT License
920 stars 94 forks source link

Working towards a CLI tool #89

Closed bitinn closed 9 years ago

bitinn commented 9 years ago

It would be great to have a CLI tool that does svg merging magically. We use npm run some-task as build tool to avoid having additional config or grunt/gulp, and svgo doesn't seem to have this particular feature yet (or I have missed something).

Do you have any plans in mind (or know any existing project), if not, I might start looking at how to strip down tasks/svgstore.js to remove grunt dependency.

bitinn commented 9 years ago

I went ahead and made one: https://github.com/bitinn/svgshelf, though with less feature than svgstore, hence the name :)