Updated README.md

This commit is contained in:
nightness 2021-11-10 16:46:56 -06:00
parent 00990a83e8
commit 95bbf76997
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# ngrok-to-dotenv
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'.
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 add to the project's package.json a run script to call "cd ngrok-to-dotenv && node ngrok". Be sure to add the folder to your .gitignore and install the one package which is ngrok, using 'npm i' or 'yarn'.