File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
![ csm logo] ( https://github.com/Aman-zishan/CSM/assets/55238388/18961d71-e87d-4e53-939b-2238c60a09d1 )
3
3
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
+
4
18
CSM is a CLI tool build in typescript to store your code snippets. Create and access your code snippets with the
5
19
command line interface. Search through the saved code snippets to have a quick look.
6
20
7
21
</br >
8
22
23
+ ## installation
24
+
25
+ ``` bash
26
+
27
+ npm install -g csm-kit
28
+ ```
29
+
9
30
10
31
11
32
## Text User Interface
@@ -53,12 +74,6 @@ csm-kit -s <filepath>
53
74
csm-kit -s hello.py
54
75
```
55
76
56
- ## installation
57
-
58
- ``` bash
59
-
60
- npm install -g csm-kit
61
- ```
62
77
63
78
64
79
You can’t perform that action at this time.
0 commit comments