🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@acrool/icon-symbols-cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/icon-symbols-cli

Pull acrool icon symbols to project cli

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

Acrool Icon Symbols CLI

Acrool Icon Symbols CLI Logo

Sync acrool icon symbols to your project with a single command. Quickly pull and synchronize icon-symbols from acrool without manual downloading, unzipping and copying files.

NPM npm npm

npm downloads npm

Features

  • Quick synchronization with acrool/icon-symbols

Install

yarn add -D @acrool/icon-symbols-cli

Use

add to project root .acrool-icon-symbols

module.exports = {
    token: 'im',
    id: 'xxxx',
    path: 'src/library/acrool-react-icon/SvgSymbol.tsx',
};
Acrool setting

run pull

npx acrool-icon-symbols pull

Here is a faster way your can add in your package.json

{
  "scripts": {
    "dev": "next dev",
    "icon:pull": "acrool-icon-symbols-cli pull"
  }
}

fast run

yarn icon:pull

# ✨  Done in 2.73s.
# ✔ SVG symbol successfully downloaded to sandbox/library/acrool-react-icon/SvgSymbol.tsx

Develop test

build

yarn build && npx acrool-icon-symbols-cli pull

License

MIT Š Acrool & Imagine

Keywords

typescript

FAQs

Package last updated on 03 Aug 2025

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