https://github.com/primefaces/primeclt
Command Line Tools for Prime UI Component Libraries
https://github.com/primefaces/primeclt
Last synced: about 2 months ago
JSON representation
Command Line Tools for Prime UI Component Libraries
- Host: GitHub
- URL: https://github.com/primefaces/primeclt
- Owner: primefaces
- License: mit
- Created: 2024-05-18T19:32:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T14:47:30.000Z (about 1 year ago)
- Last Synced: 2025-04-03T14:39:18.796Z (2 months ago)
- Language: CSS
- Size: 294 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to PrimeCLT!
primeclt is a Command Line Tool (CLT) package designed for use with PrimeVue. It is currently in beta and compatible exclusively with Vue and Vite projects.
## Installation
To install the PrimeCLT, run the following command:
```bash
npm install -g primeclt
```## Commands
| Command | Description | Options |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| prime vue install | Installs PrimeVue and imports it | Vite |
| prime vue create | Creates a project for Vite | Vite |
| prime vue preset | Downloads the primevue presets to the current directory | Vite |
| prime vue update-preset | Update cache and project preset | Vite |
| prime vue clear-cache | Removes the cached preset files | Vite |
| prime uninstall | Uninstalls PrimeClT | Vite |
| prime pf2tw | Converts PrimeFlex classes to Tailwind CSS classes (Usable on multiple folders and files. E.g: ./src/components will check every folder and every file) | .js .ts .jsx .tsx .vue .html |