Skip to content

Commit 5d92377

Browse files
written docs for the module
1 parent 6a3b0eb commit 5d92377

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# getmyfile
22
Commandline file downloader
3+
4+
###CLI Docs
5+
6+
```javascript
7+
8+
getmyfile fileaddress
9+
10+
```
11+
12+
#####Example
13+
14+
```javascript
15+
16+
getmyfile "http://somewebsite.com/index.html"
17+
18+
```
19+
20+
```
21+
Note:-
22+
23+
getmyfile will store the file in the directory where you ran getmyfile command;
24+
25+
```

0 commit comments

Comments
 (0)