@joshuacc/liquid-server
v0.2.0
Published
Liquid Server CLI is a simple, easy-to-use command-line tool designed to serve static files and Liquid templates. This module is primarily for educational and demonstration purposes.
Downloads
2
Readme
Liquid Server CLI
Liquid Server CLI is a simple, easy-to-use command-line tool designed to serve static files and Liquid templates. This module is primarily for educational and demonstration purposes.
Important Note
This tool is intended for teaching purposes only and should not be used in production environments.
Installation
You can install Liquid Server CLI globally using npm:
npm install -g liquid-server
Usage
To start serving files from a directory, navigate to your desired directory and run:
liquid-server
Or specify the directory directly:
liquid-server /path/to/directory