Skip to content

Commit 37bf53d

Browse files
committed
Adds project logo
1 parent 2e0fb23 commit 37bf53d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ box.json export-ignore
1010
CHANGELOG.md export-ignore
1111
composer.lock export-ignore
1212
LICENSE.md export-ignore
13+
pa-logo.png export-ignore
1314
phpunit.xml.dist export-ignore
1415
README.md export-ignore
1516
tests/ export-ignore

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
![PHP Version](https://img.shields.io/badge/php-8.2+-ff69b4.svg)
66
[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat)](https://github.com/php-pds/skeleton)
77

8+
<p align="center">
9+
<img src="pa-logo.png"
10+
alt="Package analyser logo">
11+
</p>
12+
813
The package analyser is a utility tool that analyses a 🐘 project/micro-📦
914
for its structure, and provides tips on best practices for such one. It's also my first __TUI__ (Terminal User Interface)
1015
written in [Laravel Zero](https://laravel-zero.com/), so bear with me.

pa-logo.png

6.36 KB
Loading

0 commit comments

Comments
 (0)