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
- Host: GitHub
- URL: https://github.com/marvinhagemeister/svg-bakery
- Owner: marvinhagemeister
- License: mit
- Created: 2017-04-26T10:26:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T21:12:07.000Z (about 8 years ago)
- Last Synced: 2025-07-22T12:26:44.971Z (3 months ago)
- Topics: svg, svg-icons, svg-sprite
- Language: TypeScript
- Size: 155 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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