Crates.io | zino-cli |
lib.rs | zino-cli |
version | 0.4.0 |
source | src |
created_at | 2023-10-25 13:12:03.10466 |
updated_at | 2024-10-15 02:25:30.539498 |
description | CLI tools for zino. |
homepage | https://github.com/zino-rs/zino |
repository | https://github.com/zino-rs/zino |
max_upload_size | |
id | 1013359 |
size | 164,223 |
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.