@dalexto/lexsys
v0.1.4
Published
Registry-first React UI framework — run `npx @dalexto/lexsys@latest init` to get started
Readme
@dalexto/lexsys
Audience: Users and contributors
Type: Package reference
Entry point for the Lexsys CLI — registry-first React UI framework.
Usage
npx @dalexto/lexsys@latest initScaffold a new project:
npx @dalexto/lexsys@latest create vite my-app
npx @dalexto/lexsys@latest create next my-app
# or run without arguments for guided setup
npx @dalexto/lexsys@latest createAdd components:
npx @dalexto/lexsys@latest add button
npx @dalexto/lexsys@latest add button dialog toastAll commands:
npx @dalexto/lexsys@latest --helpAll commands
| Command | Alias | Description |
| ----------- | -------- | ------------------------------------------------- |
| init | create | Initialize Lexsys or scaffold a framework starter |
| add | a | Install components into your project |
| update | up | Update installed components |
| list | ls | List available registry items |
| status | st | Show installed component status |
| uninstall | rm | Remove installed components |
| doctor | dr | Check local project setup |
| registry | reg | Inspect registry source and manifest |
| config | cfg | Print or update Lexsys config |
| version | | Print CLI version |
| help | | Show help |
How it works
This package is a thin entry point. All logic lives in @dalexto/lexsys-cli.
