Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uipro-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
uipro-cli
CLI to install UI/UX Pro Max skill for AI coding assistants.
Installation
npm install -g uipro-cliUsage
# 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 codex # Codex (Skills)
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 versionDevelopment
# Install dependencies
bun install
# Run locally
bun run src/index.ts --help
# Build
bun run build
# Link for local testing
bun linkLicense
CC-BY-NC-4.0