@umi-digital/cli
v0.0.24
Published
A CLI tool for project management
Readme
CLI
This is the CLI for UMI. It is used to manage projects with components, templates, and more.
Installation
pnpm add -g @umi-digital/cli
Usage
umi init
Commands
init
This command is used to initialize a new project.
umi init
create
This command is used to create a new project.
umi create
Example
umi create basic
add
This command is used to add a new component to a project.
umi add
Example
umi add Button
remove
This command is used to remove a component from a project.
umi remove
Example
umi remove Button