https://github.com/joshuacc/liquid-server
A simple CLI for teaching purposes
https://github.com/joshuacc/liquid-server
Last synced: 2 months ago
JSON representation
A simple CLI for teaching purposes
- Host: GitHub
- URL: https://github.com/joshuacc/liquid-server
- Owner: joshuacc
- Created: 2024-01-28T20:55:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T21:34:25.000Z (about 1 year ago)
- Last Synced: 2025-01-25T07:08:32.215Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:```bash
npm install -g liquid-server
```## Usage
To start serving files from a directory, navigate to your desired directory and run:
```bash
liquid-server
```Or specify the directory directly:
```bash
liquid-server /path/to/directory
```