Skip to content

Commit 48daae5

Browse files
committed
Add nmsize.png
1 parent 93d96d1 commit 48daae5

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1-
# nmsize - Fast node_modules size scanner
1+
<h1>
2+
<picture>
3+
<source media="(prefers-color-scheme: light)" srcset="nmsize-dark.png">
4+
<source media="(prefers-color-scheme: dark)" srcset="nmsize.png">
5+
<img width="460" alt="nmsize - Fast node_modules size scanner" src="nmsize.png" />
6+
</picture>
7+
</h1>
28

39
⚡ A lightweight CLI tool to list all `node_modules` folders and display their disk usage with a quick summary.
410

11+
---
12+
13+
<p align="center">
14+
15+
[![Tests](https://img.shields.io/github/actions/workflow/status/smnandre/nmsize/test.yml?label=Tests&logo=github)](https://github.com/smnandre/nmsize/actions/workflows/test.yml)
16+
17+
[![Tests](https://img.shields.io/github/actions/workflow/status/smnandre/nmsize/test.yml?label=Tests&logo=github)](https://github.com/smnandre/nmsize/actions/workflows/test.yml)
18+
19+
</p>
20+
21+
[![License](https://img.shields.io/github/license/smnandre/nmsize?logo=mit)](https://github.com/smnandre/nmsize/blob/main/LICENSE)
22+
23+
[![Version](https://img.shields.io/github/v/tag/smnandre/nmsize?label=Version&logo=semver)](https://github.com/smnandre/nmsize/releases)
24+
25+
526
## Installation
627

728
### Homebrew

nmsize-dark.png

24.8 KB
Loading

nmsize.png

27.8 KB
Loading

0 commit comments

Comments
 (0)