5 releases (stable)
1.1.1 | Mar 12, 2023 |
---|---|
1.0.1 | Mar 11, 2023 |
0.1.5 | Mar 11, 2023 |
#164 in Template engine
10KB
272 lines
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.
Dependencies
~275–730KB
~17K SLoC