4 releases

0.2.2 Nov 23, 2023
0.2.1 Nov 21, 2023
0.2.0 Nov 21, 2023
0.1.0 Nov 21, 2023

#2676 in Command line utilities

Apache-2.0

19KB
153 lines

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

Dependencies

~35–47MB
~855K SLoC