Cargo-scaffold

cargo-scaffold is a flexible and easy-to-use developper tool to let you scaffold a project. It's fully configurable without writing any line of code. It generates any kind of projects with a developer friendly CLI.

Features

Installation

bash cargo install cargo-scaffold

Usage

You can scaffold your project from any cargo-template scaffold located locally in a directory or in a git repository

```bash

Locally

cargo scaffold yourtemplatedir

From git repository

cargo scaffold https://github.com/username/template.git

From git repository based on a specific commit

cargo scaffold https://github.com/username/template.git -t deed14dcbf17ba87f6659ea05755cf94cb1464ab ```

Here are the available options for cargo scaffold:

```text USAGE: cargo-scaffold scaffold [FLAGS] [OPTIONS]