I want to control my workflow through NPM scripts rather than using the VS Code extension, and I'd like to avoid using yet another config file just for the dev server.
live-server provides CLI commands for this purpose, it doesn't seem like this project does,
stuff like --no-browser and --open=PATH.
I can contribute a PR if you are open to including CLI commands.
I want to control my workflow through NPM scripts rather than using the VS Code extension, and I'd like to avoid using yet another config file just for the dev server.
live-server
provides CLI commands for this purpose, it doesn't seem like this project does, stuff like--no-browser
and--open=PATH
.I can contribute a PR if you are open to including CLI commands.