Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoffuXx authored Oct 31, 2024
1 parent 729ece6 commit 0c561be
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="text-align: center; padding: 20px; background-color: #f0f0f0; border-radius: 10px; margin-bottom: 20px;">
<h1 style="font-size: 2.5em; color: #333;">✨ UI Gen ✨</h1>
<h1 style="font-size: 2.5em; color: #333;">✨ UI Gen (beta) ✨</h1>
<p style="font-size: 1.2em; color: #666;">Generate UI components across different libraries effortlessly</p>
</div>

Expand All @@ -20,17 +20,10 @@ A modern CLI tool for scaffolding and managing UI components across different co

## Installation 🔧

not yet published to npm, you can build it locally and link it to your project.

```bash
# Using npm
npm install -g uigen

# Using yarn
yarn global add uigen

# Using pnpm
pnpm add -g uigen
npm install -g @doffu/uigen
```

## Usage 💻
Expand Down

0 comments on commit 0c561be

Please sign in to comment.