cli app for creating SVG icon libraries
npm install svglb[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]
SVG library Generator - This is a simple and convenient cli app for creating SVG icon libraries. With it, you can easily combine a set of SVG files into a single library ready for publication in npm.
``bash`
npx svglb@latest init
Change directory into your new project from your terminal:
`bash`
cd
Build icons libary:
`bash``
npm run build
[npm-version-src]: https://img.shields.io/npm/v/svglb?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/svglb
[npm-downloads-src]: https://img.shields.io/npm/dm/svglb?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/svglb
[bundle-src]: https://img.shields.io/bundlephobia/minzip/svglb?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=svglb
[license-src]: https://img.shields.io/github/license/antfu/svglb.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/antfu/svglb/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/svglb