Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.42 KB

svglb

npm version npm downloads bundle JSDocs License

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.

New Project

npx svglb@latest init <project-name>

Change directory into your new project from your terminal:

cd <project-name>

Build icons libary:

npm run build