ngenv/README.md

4 lines
429 B
Markdown
Raw Normal View History

2021-11-10 16:25:04 -06:00
# ngrok-to-dotenv
2021-11-10 16:35:27 -06:00
2021-11-10 16:44:48 -06:00
This is a ngrok start-up wrapper that uses a dotenv file to get the authtoken and save the https address; it's 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". Be sure to add the folder to your .gitignore and and install the one package which is ngrok, with 'npm -i' or 'yarn'.