lingon-cli
The command line interface to lingon, a minimal static site generator inspired by Middleman and Sprockets.
Installation
Install the lingon cli globally:
npm install -g lingon-cli
Quickstart
lingon new my-project
cd my-project
lingon
The app is now accessible on 0.0.0.0:5678
.
Read more about lingon here.
Usage
This package will add a lingon
binary to your path. It functions as a proxy to the lingon.js file and supports the exact same arguments.
lingon new my-project
lingon new my-project -t angular
lingon
lingon build
lingon -v
lingon -h
lingon server -p 1111