localhost proxy
1.0.0
In Progress - This is currently being built
This package can be used to start local servers and proxy the URLs to a local TLD (eg. .wip)
npm link and yarn link to make command available globallyThis command must be run from your project folder
localhost set "{script/start command}"
eg. localhost set "npm start"
--site={site_name}: name of the site, currently defaults to mysite--port={port}: define a default port to use (otherwise randomly generates one and sets it as the $PORT env variable)localhost run {site_name}
eg. localhost run mysite
This is in the process of being built, it's being built over a series of Twitch streams https://www.twitch.tv/amyskapers
localhost:{port} url to {site_name}.test.test, .local, .wip etc