Skip to content

Commit 6f2f763

Browse files
committed
docs: add PyPI badge and installation
1 parent 2e65d8c commit 6f2f763

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# NanoCLI
22

3+
[![PyPI version](https://badge.fury.io/py/nanocli.svg)](https://pypi.org/project/nanocli/)
4+
35
A cli framework with the simplicity of argparse, the colors of rich, the config handling of Hydra, and without the complexity.
46

57
![NanoCLI Demo](assets/demo.gif)
68

9+
## Installation
10+
11+
```bash
12+
pip install nanocli
13+
```
14+
715
## Core Model
816

917
```text

0 commit comments

Comments
 (0)