Crates.io | zino-cli |
lib.rs | zino-cli |
version | |
source | src |
created_at | 2023-10-25 13:12:03.10466 |
updated_at | 2024-12-12 01:31:34.624788 |
description | CLI tools for zino. |
homepage | https://github.com/zino-rs/zino |
repository | https://github.com/zino-rs/zino |
max_upload_size | |
id | 1013359 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
CLI tools for zino
.
zino
projects.cargo install zino-cli
zli new <project_name>
options:
--template <template_url>
: Use a custom template for the project.zli init
options:
--template <template_url>
: Use a custom template for the project.--project-name <project_name>
: Name of the project (current_dir by default).run zli serve
and access http://localhost:6080/zino-config.html in your browser.