https://github.com/ecrmnn/nserve
Quickly serve local sites using ngrok
https://github.com/ecrmnn/nserve
Last synced: 2 months ago
JSON representation
Quickly serve local sites using ngrok
- Host: GitHub
- URL: https://github.com/ecrmnn/nserve
- Owner: ecrmnn
- Created: 2015-12-17T09:48:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T10:14:10.000Z (over 9 years ago)
- Last Synced: 2025-02-09T06:27:40.966Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nserve
Quickly serve Homestead sites using ngrok#### Prerequisites
You need to [download](https://ngrok.com/download) ```ngrok``` before using this script.#### Usage
Clone this repo or just copy the contents of ```nserve.sh``` into your ```.bash_profile``````nserve``` will loop through your ```~/Homestead/Homestead.yaml``` and figure out in which directory you are and serve it. Will serve ```localhost``` if nothing is found.
```nserve domain``` will serve ```domain```
#### Contributors
- [mrtnsn](https://github.com/mrtnsn)