0.5.3 • Published 7 years ago

svg-bakery v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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