Socket
Socket
Sign inDemoInstall

gldv

Package Overview
Dependencies
18
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    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.


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 07 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc