Skip to content

Commit 2f77f2b

Browse files
committed
feat: add logo to README, move release notes to docs, update release workflow
1 parent 22bde61 commit 2f77f2b

File tree

6 files changed

+22
-328
lines changed

6 files changed

+22
-328
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: softprops/action-gh-release@v2
4848
with:
4949
name: ShellUI v${{ steps.version.outputs.VERSION }}
50-
body_path: RELEASE_NOTES.md
50+
body_path: docs/RELEASE_NOTES.md
5151
draft: false
5252
prerelease: ${{ contains(github.ref, '-') }}
5353
files: |

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
# ShellUI
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="images/Shellui-dark.png">
4+
<source media="(prefers-color-scheme: light)" srcset="images/Shellui-light.png">
5+
<img alt="ShellUI Logo" src="images/Shellui-light.png" width="120">
6+
</picture>
7+
</p>
8+
9+
<h1 align="center">ShellUI</h1>
10+
11+
<p align="center">
12+
A modern, CLI-first Blazor component library inspired by <a href="https://ui.shadcn.com/">shadcn/ui</a>.<br/>
13+
Copy components directly into your project and customize them to match your needs.
14+
</p>
15+
16+
<p align="center">
17+
<a href="https://www.nuget.org/packages/ShellUI.Components"><img src="https://img.shields.io/nuget/v/ShellUI.Components?style=flat-square&logo=nuget&color=004880" alt="NuGet"></a>
18+
<a href="https://www.nuget.org/packages/ShellUI.CLI"><img src="https://img.shields.io/nuget/v/ShellUI.CLI?style=flat-square&logo=nuget&label=CLI&color=004880" alt="CLI"></a>
19+
<a href="https://github.com/shellui-dev/shellui/blob/main/LICENSE.txt"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="License"></a>
20+
</p>
221

3-
A modern, CLI-first Blazor component library inspired by shadcn/ui. Copy components directly into your project and customize them to match your needs.
22+
---
423

524
**New here? Check out the [Quick Start](#quick-start) section below!**
625

File renamed without changes.

docs/ReleaseNotes.md

Lines changed: 0 additions & 325 deletions
This file was deleted.

images/Shellui-dark.png

3.58 KB
Loading

images/Shellui-light.png

4.1 KB
Loading

0 commit comments

Comments
 (0)