JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q55875F
  • License MIT

A simple tool that exposes static folders from your local machine to the web

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

GitHub license npm version Build Status

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.

We hope to provode a comphensive documentation as we go through the first release we'll do as we reach a first releasable version v0.1