0.0.21 • Published 1 year 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
1 year ago
0.0.20
1 year ago
0.0.19
1 year ago
0.0.18
1 year ago
0.0.17
1 year ago
0.0.16
1 year ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago