ui-ux-pro-max-skill/cli
Viet Tran 44b32d146e
sync: update cli/assets with latest Tailwind guidelines (#14)
Syncs the new Tailwind theme color variables guideline (row 51) to cli/assets folder.

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

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-03 10:58:20 +07:00
..
assets sync: update cli/assets with latest Tailwind guidelines (#14) 2025-12-03 10:58:20 +07:00
src feat: bundle skill assets in npm package (#12) 2025-12-03 10:50:17 +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 feat: bundle skill assets in npm package (#12) 2025-12-03 10:50:17 +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