1.0.2 • Published 11 months ago
@hugeicons/installer v1.0.2
Hugeicons Installer
A command-line tool for installing and managing Hugeicons packages in your projects.
⚠️ Note: This is currently a test version and may have some stability issues.
Features
- 🎨 Easy installation of Hugeicons packages
- 🔄 Automatic configuration management
- 🛠️ Support for multiple package managers (npm, yarn, pnpm)
- ⚡ Quick setup for both new and existing projects
- 🎯 Handles both free and pro versions of Hugeicons
Prerequisites
- Node.js 14.x or higher
- npm, yarn, or pnpm package manager
- A Hugeicons account for pro features
Installation
No installation required! This tool is designed to be used directly with npx.
Usage
- Navigate to your project directory:
cd your-project- Run the installer using npx:
npx hugeicons-pro-install- Follow the interactive prompts to:
- Choose your package manager
- Select Hugeicons version (Free/Pro)
- Configure project settings
- Install required dependencies
Configuration
The installer creates a .hugeicons.yaml file in your project root with your configuration:
version: 1.0.0
type: "pro" # or "free"
framework: "react" # or other supported frameworks
packageManager: "npm" # or "yarn", "pnpm"Troubleshooting
If you encounter any issues:
- Check if your package manager is correctly installed
- Verify your project's dependencies
- Ensure you have the correct permissions
- Check your network connection
License
This project is licensed under the MIT License - see the LICENSE file for details.