A command line tool for extracting just the path from an .svg and overwriting the file. Removes masks, etc (generated via sketch)
git clone git@github.com:fostergn/svg-formatter.git
cd svg-formatter
npm install
chmod +x index.js
./index.js --file="~/example.svg"
./index.js --directory="~/svg-folder/"