0.3.0 • Published 5 years ago
stickerbomb v0.3.0
stickerbomb
Generate a pack of icon components from SVG artwork.
npm install --global stickerbombOr install it to your project and run via npm scripts.
Usage
# Runs with default options
stickerbomb [src] [dest]srcis a glob of .svg files (default:icons/*.svg)destis a directory path (default:components/icons)
By default, React components are output. Other component formats can
be output using the --format or -f flag, followed by the framework
name.
- Available formats:
ember,react