New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iconit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconit

A CLI to help you build icon libraries (JSON & Sprites) with ease.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

iconit

A CLI to help you build icon libraries (JSON & Sprites) from SVG files.

Installation

Install required node packages

npm install -g iconit

Quick Usage

Create a folder named including and add icons into it.

svg/*.svg

Run base command

iconit --name my-icons

You'll find the icon library created in the dist folder.

Options

iconit [options]
OptionDescriptionDefault Value
-n, --name <value>Name for icon libraries.icons
-i, --input <value>Input directory containing all SVG files./svg
-o, --output <value>Output directory for generated files./dist
--jsonOnly build json library.
--spriteOnly build sprite library, but you need the json file to build sprite.

License

Copyright (c) 2021 Chas Turansky - Released under the MIT License

Keywords

FAQs

Package last updated on 16 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc