Package Exports
- to_127
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 (to_127) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TO_127
This module is a terminal app to proxy an online website to server on your localhost.
Help
to use
- Install the module
npm i -g to_127
--help
or-h
to see help commands--version
or-v
to see module version--web
or-w
to pass website url you want to proxy--port
or-p
to pass port you want to use- Urls should use http(s)://
- example:
to_127 -w https://mypage.github.io -p 5400