ui-ux-pro-max-skill/cli
Viet Tran 363cd8911f
chore: change license to MIT (#19)
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-05 20:50:10 +07:00
..
assets feat: add GitHub Copilot support (#17) 2025-12-03 14:19:03 +07:00
src feat: add GitHub Copilot support (#17) 2025-12-03 14:19:03 +07:00
.gitignore feat: add uxpro-cli for easy skill installation (#4) 2025-12-02 18:55:29 +07:00
.npmignore fix: exclude settings.local.json from cli install (#16) 2025-12-03 12:14:31 +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 chore: change license to MIT (#19) 2025-12-05 20:50:10 +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