ui-ux-pro-max-skill/cli
Viet Tran 2e7acbf50f fix: add Windows compatibility for zip extraction and file copy
- Use PowerShell Expand-Archive on Windows instead of unzip
- Use xcopy on Windows instead of cp -r in shell fallback
- Bump version to 1.0.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 10:18:18 +07:00
..
src fix: add Windows compatibility for zip extraction and file copy 2025-12-03 10:18:18 +07:00
.gitignore feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
README.md feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
bun.lock feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
package.json fix: add Windows compatibility for zip extraction and file copy 2025-12-03 10:18:18 +07:00
tsconfig.json feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00

README.md

uipro-cli

CLI to install UI/UX Pro Max skill for AI coding assistants.

Installation

npm install -g uipro-cli

Usage

# Install for specific AI assistant
uipro init --ai claude      # Claude Code
uipro init --ai cursor      # Cursor
uipro init --ai windsurf    # Windsurf
uipro init --ai antigravity # Antigravity
uipro init --ai all         # All assistants

# Other commands
uipro versions              # List available versions
uipro update                # Update to latest version
uipro init --version v1.0.0 # Install specific version

Development

# Install dependencies
bun install

# Run locally
bun run src/index.ts --help

# Build
bun run build

# Link for local testing
bun link

License

CC-BY-NC-4.0