loco-cli 0.1.2

loco cli website generator
Documentation

Loco CLI

Loco-CLI is a command-line tool designed to simplify the process of generating a Loco website.

Installation

To install Loco CLI, use the following command in your terminal:

cargo install loco-cli

Usage

Generate the website

This command generates website in your current working directory

loco new

To generate the website in a different directory run the following command

loco new /my-work/websites/

The change the default folder name use --folder-name flag

loco new --folder-name loco-demo