Skip to content

Commit b4b270f

Browse files
committed
docs: add README.md
1 parent a50cca7 commit b4b270f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## resource-save-script
2+
3+
### install
4+
5+
```bash
6+
npm install -g resource-save-script
7+
```
8+
9+
### usage
10+
11+
```bash
12+
h 4000 https://your-resource-domain.com
13+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resource-save-script",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)