gldv
v0.0.2
Published
This is a CLI tool for use with Gleam. It's main purpose is to allow hot reloading for web applications that use Gleam.
Readme
Gldv
This is a CLI tool for use with Gleam. It's main purpose is to allow hot reloading for web applications that use Gleam.
Installation
Use your favorite package manager to install it. This example uses npm.
npm i gldvUsage
This tool has three commands:
dev- Start the development servercreate- Create a new config filehelp- Display the help message
As can be seen here:
gldv helpUsage:
- dev - Start the development server
- create - Create a new config file
- help - Display this help messageDev
It actually executes whatever you set as the run command in the config file. If you haven't created a config file yet, it assumes you want to run default config, and it will warn you.
gldv devCreate
Creates a new config file in the current directory. This file is used to configure the server.
gldv create