2.0.1 • Published 4 years ago

svgstore-cli v2.0.1

Weekly downloads
9,136
License
MIT
Repository
github
Last release
4 years ago

svgstore-cli

A command-line tool for combining SVG files into a single sprite sheet using <symbol> tags.

Installation

npm install -g svgstore-cli

Usage

svgstore [-o OUTFILE] [-p PREFIX] [--inline] INPUT ...
  • Multiple input files can be specified
  • Input files can be globs (e.g., **/*.svg)
  • Output to stdout by default
  • Can direct output to a file with the -o outfile flag
  • Can prefix the symbol names using the -p prefix flag
  • Supports --inline to avoid generating XML doctype

Licensed under MIT

2.0.1

4 years ago

2.0.0

6 years ago

1.3.2

6 years ago

1.3.1

8 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago