rustyrails-cli 0.2.2

Rustyrails cli website generator
Documentation

RustyRails CLI

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

Installation

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

cargo install rustyrails-cli

Usage

Generate the website

This command generates website in your current working directory

rustyrails new

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

rustyrails new /my-work/websites/

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

rustyrails new --folder-name rustyrails-demo