An open API service indexing awesome lists of open source software.

https://github.com/marvinhagemeister/svg-bakery

Little cli tool to generate svg-sprites
https://github.com/marvinhagemeister/svg-bakery

svg svg-icons svg-sprite

Last synced: 3 months ago
JSON representation

Little cli tool to generate svg-sprites

Awesome Lists containing this project

README

          

# SVG-Bakery

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

## Installation

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

# yarn
yarn add --dev svg-bakery
```

## Usage

```bash
Usage: bin [options]

Options:

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

`file` can be composed of multiple glob paths.

## Special Thanks

Special thanks to [@RubenGarcia-sevenval](https://github.com/RubenGarcia-sevenval) for lot's of helpful debugging.

## License

MIT