The ngenv tool streamlines the process of using ngrok to expose local services to the internet, enabling secure HTTPS connections for local development environments. By automating ngrok tunnel creation and seamlessly integrating the public URLs into project .env files, it facilitates easy and secure testing of webhooks, APIs, and services directly from a developer's machine.
Go to file
nightness e6007ef6a4 initial commit 2021-11-10 16:35:27 -06:00
.gitignore initial commit 2021-11-10 16:35:27 -06:00
README.md initial commit 2021-11-10 16:35:27 -06:00
ngrok.js initial commit 2021-11-10 16:35:27 -06:00
package.json initial commit 2021-11-10 16:35:27 -06:00

README.md

ngrok-to-dotenv

ngrok-to-dotenv is a node cli tool that you can use with projects that need ngrok. You clone it into your project's folder, and setup a package.json script to call "cd ngrok-to-dotenv && node ngrok"