You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command line interface for file handling using SniperCode.FileSystem
2
+
3
+

4
+

5
+

A command line interface for file handling using [SniperCode.FileSystem](https://github.com/Sniper-Code/SniperCode.FileSystem)
24
+
25
+
## **Installation**
26
+
27
+
To install the package, run the following command:
28
+
29
+
```bash
30
+
npm install sniperCode.filesystem.cli
31
+
```
32
+
33
+
## **Uninstall**
34
+
35
+
To uninstall SniperCode.FileSystem, run `npm uninstall sniperCode.filesystem.cli`.
36
+
37
+
## **Usage**
38
+
39
+
This package is a command line interface for file handling using [SniperCode.FileSystem](https://github.com/Sniper-Code/SniperCode.FileSystem) package. It provides a command line interface for file handling along with some other useful commands. After the installation, you can run the following command to see the usage of SniperCode.FileSystem.Cli:
40
+
41
+
```bash
42
+
sfs
43
+
```
44
+
45
+
This command will show the usage of SniperCode.FileSystem.Cli as shown in picture below.
46
+
47
+

48
+
49
+
## **References**
50
+
51
+
All references required while building this package are listed in this document.
0 commit comments