Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "qrcp", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Transfer files to your phone using the QR scanner", | ||
"main": "index.js", | ||
"bin": "index.js", | ||
"main": "qrcp.js", | ||
"bin": "qrcp.js", | ||
"author": "Victor Szeto <me@victorszeto.com> (https://victorszeto.com)", | ||
@@ -19,2 +19,3 @@ "license": "MIT", | ||
"chalk": "^2.3.2", | ||
"commander": "^2.15.1", | ||
"qrcode-terminal": "^0.12.0" | ||
@@ -24,3 +25,7 @@ }, | ||
"node": ">=8" | ||
}, | ||
"scripts": { | ||
"prettier": "prettier --write *.js", | ||
"deploy": "npm publish" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# qrcp | ||
# qrcp (QR copy) | ||
@@ -16,7 +16,12 @@ Quickly transfer files over your wifi network using a QR code or URL, straight from your terminal! | ||
```bash | ||
qrcp <filename> | ||
qrcp [options] <filename> | ||
``` | ||
### Options | ||
`-f --forever`: Don't stop server after file is downloaded. Useful for transferring the same file to multiple destinations. | ||
## Author | ||
Victor Szeto ([https://victorszeto.com](https://victorszeto.com)) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52
27
5527
3
6
+ Addedcommander@^2.15.1
+ Addedcommander@2.20.3(transitive)