| Crates.io | cargo-owo |
| lib.rs | cargo-owo |
| version | 0.1.2 |
| created_at | 2020-07-19 16:45:35.325502+00 |
| updated_at | 2020-07-19 19:27:04.530544+00 |
| description | br3adina7or's custom program to make a new rust project |
| homepage | |
| repository | https://github.com/Breadinator/cargo-owo |
| max_upload_size | |
| id | 266914 |
| size | 14,933 |
cargo owo is a terribly-named program i wrote to automate how i start up a new project :) needs lots of work, but seems to be in a semi-usable state!
to install, use the following command:
cargo install cargo-owo
(the directory it installs to must be in your PATH)
cargo owo <crate name> <--lib / --bin> [--description "<description>"] [--license <license name>]
e.g., cargo owo mylibrary --lib --description "my library crate" --license mit will create a library crate called "mylibrary" with a README.md with the description and a LICENSE file with given license.
run cargo owo --help to get the auto-generated help :)