Socket
Socket
Sign inDemoInstall

node-ngrok-cli

Package Overview
Dependencies
83
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-ngrok-cli

✨ NGROK CLI made with NodeJS


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Install size
35.0 MB
Created
Weekly downloads
 

Readme

Source

✨ NGROK CLI made with NodeJS

NGROK CLI app made with NodeJS, easy to download and use.

📦 Installation

Run npm i -g node-ngrok-cli or yarn global add node-ngrok-cli. After running this command, you will be able to use ngrok command.

🐮 Usage

Run ngrok command to see all available commands.

To get help about a command, run:

$ ngrok <command> --help

# example
$ ngrok serve --help

Authenticating:

$ ngrok auth <auth_token>

Starting tunnel:

$ ngrok serve <port> [...options]

🔑 serve Command Options

NameTypeRequiredDefaultDescription
portnumber✔️-port or network address
protostringhttphttp, tcp, tls
authstring-http basic authentication for tunnel
subdomainstring-reserved tunnel name https://example.ngrok.io
authtokenstring-your authtoken from ngrok.com
regionstringusone of ngrok regions (us, eu, au, ap, sa, jp, in)

Example:

$ ngrok serve 3000 --region eu --subdomain example

🧦 Contributing

Fell free to use GitHub's features.

Keywords

FAQs

Last updated on 17 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc