Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "mylip", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple cli tool for getting your IPv4 address on your local network.", | ||
"main": "index.js", | ||
"bin": { | ||
"my-local-ip": "my-local-ip.js" | ||
"mylip": "my-local-ip.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -1,3 +0,13 @@ | ||
# MyLIp | ||
# MyLIp (My Local IP) | ||
MyLIp is a simple command line tool for getting your IPv4 address on your local network. | ||
## Usage | ||
Install globally. | ||
``` | ||
npm i -g mylip | ||
``` | ||
After installing, simply run `mylip` from the command line and you'll see your local IPv4 address printed in the terminal. |
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
2421
14