Skip to content

Commit fc0a25a

Browse files
authored
chore: update README.md
1 parent ab81dfb commit fc0a25a

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11

22
![csm logo](https://github.com/Aman-zishan/CSM/assets/55238388/18961d71-e87d-4e53-939b-2238c60a09d1)
33

4+
<div align="center">
5+
6+
7+
![CLI](https://github.com/aleen42/badges/blob/master/src/cli.svg)
8+
![npm](https://github.com/aleen42/badges/blob/master/src/npm.svg)
9+
![node](https://github.com/aleen42/badges/blob/master/src/node.svg)
10+
![typescript](https://github.com/aleen42/badges/blob/master/src/typescript.svg)
11+
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Aman-zishan/CSM/publish.yml)
12+
![npm](https://img.shields.io/npm/dw/csm-kit)
13+
![GitHub License](https://img.shields.io/github/license/Aman-zishan/csm)
14+
![npm](https://img.shields.io/npm/v/csm-kit)
15+
16+
</div>
17+
418
CSM is a CLI tool build in typescript to store your code snippets. Create and access your code snippets with the
519
command line interface. Search through the saved code snippets to have a quick look.
620

721
</br>
822

23+
## installation
24+
25+
```bash
26+
27+
npm install -g csm-kit
28+
```
29+
930

1031

1132
## Text User Interface
@@ -53,12 +74,6 @@ csm-kit -s <filepath>
5374
csm-kit -s hello.py
5475
```
5576

56-
## installation
57-
58-
```bash
59-
60-
npm install -g csm-kit
61-
```
6277

6378

6479

0 commit comments

Comments
 (0)