elrumordelaluz / svg-spreact-cli

CLI version of svg-spreact

Home Page:https://www.npmjs.com/package/svg-spreact-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG Spreact

CLI version of svg-spreact

Install

npm i -g svg-spreact-cli

Usage

svg-spreact <folder> [options]

svg-spreact demo

Example

svg-spreact ./icons --optimize true --tidy false
  • Will log the output (defs <symbols> and refs <use>).
  • Automatically copy the output into Clipboard
svg-spreact ./icons > sprite.svg

API

folder

Default: ./

options

  • --tidy -t (boolean) default: true
  • --optimize -o (boolean) default: true
  • --prefix -p (string) default: ''
  • --suffix -s (string) default: ''
  • --classname -c (string) default: ''

Related

svg-spreact Main Package

web-app

[POST] endpoint | docs