cargo-begin

Crates.iocargo-begin
lib.rscargo-begin
version1.1.1
sourcesrc
created_at2023-03-11 19:49:11.035799
updated_at2023-03-12 16:11:23.830177
descriptionA simple template project initializer.
homepage
repositoryhttps://github.com/isothiazol/cargo-begin
max_upload_size
id807489
size11,269
Isothiazole (isothiazol)

documentation

README

Cargo Begin

A very simple template project initializer. That's it.

Usage

# Installation
cargo install cargo-begin

# Usage
# Can also be `-t`, `--t`, or `-template`:
cargo begin <project name> --template <template>

Templates

Name Description
jc rust-base by Jeremy Chone. (default)
actix A basic actix-web starter.

Notes

The code is probably really bad. I'm still learning rust and made this to learn how to publish crates & get more familiar with file creation stuff.

Commit count: 3

cargo fmt