Package Exports
- @mikesposito/tunnelify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mikesposito/tunnelify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tunnelify
A simple tool that exposes static folders from your local machine to the web
Table of Contents
Features
Released
- Expose a local directory to an HTTP port
WIP
- Generate SSL certificates for local server
- Create a remotely accesible url
- Expose your local tunnelify server on the remote url
Install
With npm:
$ npm install -g @mikesposito/tunnelify
Usage
Tunnelify only requires an absolute or relative path of the directory containing files you want to expose:
$ tunnelify <PATH>
You can use -p <PORT>
to use a custom port number for the local server:
$ tunnelify -p <PORT> <PATH>
Examples
Minimal:
$ tunnelify ./my-folder
With custom port:
$ tunnelify -p 3000 ./my-folder
Contributing
Every contribute is well accepted and the main goal of the project is to provide a solid software.
PRs are welcome and we are writing down some guidelines and code of conducts along with core code and documentation.