gldv

0.0.2 • Public • Published

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 gldv

Usage

This tool has three commands:

  • dev - Start the development server
  • create - Create a new config file
  • help - Display the help message

As can be seen here:

gldv help
Usage:
   - dev - Start the development server
   - create - Create a new config file
   - help - Display this help message

Dev

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 dev

Create

Creates a new config file in the current directory. This file is used to configure the server.

gldv create

Readme

Keywords

Package Sidebar

Install

npm i gldv

Weekly Downloads

2

Version

0.0.2

License

none

Unpacked Size

24.3 kB

Total Files

8

Last publish

Collaborators

  • rybeats