| Crates.io | cargo-begin |
| lib.rs | cargo-begin |
| version | 1.1.1 |
| created_at | 2023-03-11 19:49:11.035799+00 |
| updated_at | 2023-03-12 16:11:23.830177+00 |
| description | A simple template project initializer. |
| homepage | |
| repository | https://github.com/isothiazol/cargo-begin |
| max_upload_size | |
| id | 807489 |
| size | 11,269 |
A very simple template project initializer. That's it.
# Installation
cargo install cargo-begin
# Usage
# Can also be `-t`, `--t`, or `-template`:
cargo begin <project name> --template <template>
| Name | Description |
|---|---|
| jc | rust-base by Jeremy Chone. (default) |
| actix | A basic actix-web starter. |
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.