@park-ui/cli
v1.0.1
Published
CLI tool for Park UI components
Readme
Park UI CLI
A command-line tool for integrating Park UI components into your project.
Usage
Initialize Park UI
Set up Park UI in your project with an interactive prompt:
npx park-ui initThis command will:
- Guide you through framework selection
- Let you choose accent and gray color themes
- Install the necessary theme configuration
- Set up the initial component structure
Add Components
Add specific components to your project:
npx park-ui add button card dialogAdd all available components:
npx park-ui add --allDebug Configuration
View your current Park UI configuration:
npx park-ui debugOptions
park-ui -v, --version # Display version number
park-ui -h, --help # Display help informationSupport
Report issues at: https://github.com/cschroeter/park-ui/issues
