Installation
Install and set up iconx in your project
Installation
Install the package
You can install iconx using your preferred package manager:
# Using npm
npm install iconx
# Using yarn
yarn add iconx
# Using pnpm
pnpm add iconx
# Using bun
bun add iconxRun without installation
You can also run iconx directly without installing it:
# Initialize configuration
npx iconx init
# Add icons
npx iconx add --set lucide home user settingsNext Steps
- Basic Usage - Learn how to use the CLI
- Configuration - Set up your project configuration