1.0.2 • Published 11 months ago

@hugeicons/installer v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

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

  1. Navigate to your project directory:
cd your-project
  1. Run the installer using npx:
npx hugeicons-pro-install
  1. 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:

  1. Check if your package manager is correctly installed
  2. Verify your project's dependencies
  3. Ensure you have the correct permissions
  4. Check your network connection

License

This project is licensed under the MIT License - see the LICENSE file for details.