0.0.21 • Published 10 months ago
@perceptui/cli v0.0.21
PerceptUI CLI
Percept CLI is a command-line tool for initializing projects with predefined templates. It simplifies the setup process by providing ready-to-use starter templates, allowing developers to focus on building applications instead of spending time on configuration.
Features
- Predefined Templates: Choose from a variety of starter templates for popular frameworks like Vite, React, Tailwind CSS, and more.
- Customizable: Add your own templates to the registry for future use.
- Fast Setup: Initialize projects with a single command.
- Version Updates: Automatically notifies you about CLI updates.
Installation
Install the CLI globally using npm:
npm install -g @perceptui/cli Or run without installation:
npx @perceptui/cliUsage
Commands
- Initialize a project: Create a new project with specific template:
percept-cli create <project-name> --template <template-name> [--path <path>] project-name: Name of the project.--template, -t: Name of the template to use.--path, -p: Optional path where the project should be created (default: current directory).
percept-cli create my-app --template vite-react-tailwind - List Available Templates: Display all predefined templates:
percept-cli list - Add a New Template:
Coming soon...
Templates
Predefined Templates
The CLI comes with the following templates by default:
- vite-react-tailwind
- Description: Vite + React + Tailwind CSS starter template.
- Repository: vite-react-tailwind-template
Contributing
We welcome contributions to improve the PerceptUI CLI. To contribute:
- Fork the repository.
- Create a feature branch.
- Submit a pull request.
0.0.21
10 months ago
0.0.20
10 months ago
0.0.19
10 months ago
0.0.18
10 months ago
0.0.17
10 months ago
0.0.16
10 months ago
0.0.15
10 months ago
0.0.14
10 months ago
0.0.13
10 months ago
0.0.12
11 months ago
0.0.10
11 months ago
0.0.9
11 months ago
0.0.8
11 months ago
0.0.7
11 months ago
0.0.6
11 months ago
0.0.5
11 months ago
0.0.4
11 months ago
0.0.3
11 months ago
0.0.2
11 months ago
0.0.1
12 months ago