Skip to content

marvinhagemeister/svg-bakery

Repository files navigation

SVG-Bakery

Simple CLI-Tool to generate svg sprites from multiple svg files.

Installation

# npm
npm install --save-dev svg-bakery

# yarn
yarn add --dev svg-bakery

Usage

Usage: bin [options] <file ...>

  Options:

    -h, --help        output usage information
    -V, --version     output the version number
    -o, --out <dest>  destination svg, defaults to 'sprite.svg'

file can be composed of multiple glob paths.

Special Thanks

Special thanks to @RubenGarcia-sevenval for lot's of helpful debugging.

License

MIT