tunnelmole
Advanced tools
Comparing version 2.1.9 to 2.1.10
@@ -35,3 +35,3 @@ #!/usr/bin/env node | ||
`) | ||
.version('2.1.9') | ||
.version('2.1.10') | ||
.arguments('[arg0]') | ||
@@ -38,0 +38,0 @@ .option('--set-api-key <apiKey>', 'Set your API key. After purchasing a subscription you can copy and paste the command shown on the page') |
{ | ||
"name": "tunnelmole", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Tunnelmole, an open source ngrok alternative. Instant public URLs for any http/https based application. Available as a command line application or as an NPM dependency for your code. Stable and maintained. Good test coverage. Works behind firewalls", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -7,3 +7,3 @@ ## Tunnelmole | ||
![How Tunnelmole Works](docs/img/tunnelmole.png) | ||
![Tunnelmole](docs/img/tunnelmole.png) | ||
@@ -17,3 +17,5 @@ Tunnelmole is a simple tool to give your locally running HTTP(s) servers a public URL. For example, you could get a public URL for | ||
So, you could have your application running locally on port `8080`, then by running `tmole 8080` you could have a URL such as `https://df34.tunnelmole.com` routing to your locally running application. | ||
### Quick Demo | ||
*Getting a Public URL for the Tunnelmole Website, which is running locally* | ||
![Tunnelmole Example](docs/img/tunnelmole-demo.gif) | ||
@@ -20,0 +22,0 @@ Tunnelmole has been compared to a similar tool known as `ngrok`, but is open source. |
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
184
94068