Skip to content

Commit 65e68b1

Browse files
committed
docs: add logo in readme
1 parent 65de9f1 commit 65e68b1

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
# https://blog.esciencecenter.nl/reduce-reuse-recycle-save-the-planet-one-github-action-at-a-time-4ab602255c3f
55
push:
66
paths:
7-
- 'src/**'
8-
- 'tests/**'
7+
- 'src/'
8+
- 'tests/'
99

1010
pull_request:
1111
paths:
12-
- 'src/**'
13-
- 'tests/**'
12+
- 'src/'
13+
- 'tests/'
1414

1515
workflow_dispatch:
1616

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,38 @@
1-
# apr
1+
<!-- markdownlint-capture -->
2+
<!-- markdownlint-disable no-inline-html first-line-h1 heading-start-left -->
3+
<div align="center">
4+
<img src="./assets/logo.svg" alt="apr" width="200" />
25

3-
<p align="center">
4-
📦 Elegant NPM package details in your terminal
5-
</p>
6+
# apr
67

7-
## Installation
8+
> 📦 Elegant NPM package details in your terminal
9+
</div>
10+
<!-- markdownlint-restore -->
11+
12+
## 📥 Installation
813

914
```bash
1015
bun i -g apr
1116
yarn global add apr
1217
npm i -g apr
1318
```
1419

15-
## Usage
20+
## 🚀 Usage
1621

1722
Just run `apr` in any directory containing a `package.json`:
1823

1924
```bash
2025
apr
2126
```
2227

23-
## Features
28+
## Features
2429

2530
- 📦 Beautiful terminal UI
2631
- 🎯 Shows package details at a glance
2732
- 🔍 Displays version, author, license, and more
2833
- 🎨 Colored output for better readability
2934
- 🚀 Zero configuration needed
3035

31-
## License
36+
## 📝 License
3237

3338
MIT

assets/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)