We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50cca7 commit b4b270fCopy full SHA for b4b270f
README.md
@@ -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
12
+h 4000 https://your-resource-domain.com
13
package.json
@@ -1,6 +1,6 @@
{
"name": "resource-save-script",
- "version": "1.0.1",
+ "version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments