local-sites
v1.0.0
Published
A CLI tool to manage local sites with Caddy.
Readme
local-sites
A CLI tool to manage local sites with Caddy.
Installation
npm install -g local-sitesUsage
Add a site
local-sites add <domainName> <port> [path]domainName: The domain name of the siteport: The port to listen onpath: The path to the site (optional)
Remove a site
local-sites remove <domainName>Disable a site
local-sites disable <domainName>Enable a site
local-sites enable <domainName>List sites
local-sites listRefresh Caddy
local-sites refreshLicense
MIT
