@n3bula/startup
v0.0.2
Published
```sh npm install @n3bula/startup # or yarn add @n3bula/startup # or pnpm add @n3bula/startup ```
Downloads
110
Readme
@n3bula/startup
Install
npm install @n3bula/startup
# or
yarn add @n3bula/startup
# or
pnpm add @n3bula/startupUse
Usage
- startup -h/--help # Show help information
- startup # 8000 as default port, current folder as root
- startup [-p/--port] [port] # Running at specified port
- startup -o/--open [browser=chrome,msedge,firefox,brave] # Open url with specified browser
- startup -n/--name [hostname] # Running at specified hostname
- startup -r/--root [root] # Specified root
- startup -c/--cert [cert_path/name] # Specified cert path/name
- startup -k/--key [key_path/name] # Specified key path/name
- startup -l/--log # Show log info
- startup -f/--fallback # Enable history fallback
- startup -x/--proxy [proxy_url] # Specified proxy url
Certs
Certs files saved in [package_root]/certs, replace with own certs files.
