
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@liip/npm-icons
Advanced tools
To get started quickly you can add liip-npm-icons dependency to your project:
npm install liip-npm-icons
You would need to add the following variable to your .env
ICONS_BASE_URL="https://icons.liip.ch"
ICONS_SVG_BASE_URL="https://icons.liip.ch/icons"
ICONS_JSON_URL="https://icons.liip.ch/icons.json"
ICONS_TYPES="regular light"
ICONS_PATH="./assets/icons"
npx icons add <icon-name>
To contribute first clone the project:
git clone git@github.com:liip/npm-icons.git
The tool release-it is used to make a release so it is as simple as running the following command:
npm run release 
Our documentation is made with nuxt-content and the docs theme If you want to make any changes you need execute the following commands:
cd docs
npm install
npm run dev
The deployment is made with github pages using static files thanks to
nuxt generate.
If you want to deploy some changes just run npm run release and
then answer yes to the question Do you want to build the docs?
then release-it will run nuxt generate and commit the changes into the
tag commit.
FAQs
Import svg icons using cli
We found that @liip/npm-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.