17 unstable releases (4 breaking)
0.4.0 | Oct 15, 2024 |
---|---|
0.3.3 | Jun 20, 2024 |
0.3.1 | May 20, 2024 |
0.2.2 | Jan 30, 2024 |
0.1.3 | Nov 22, 2023 |
#1961 in Web programming
215 downloads per month
1MB
26K
SLoC
CLI tools for zino
.
Features
- Project Initialization: Quickly set up new
zino
projects. - Dependency Management: Manage your project dependencies with ease.
Installation
cargo install zino-cli
Usage
Create a new project
zli new <project_name>
options:
--template <template_url>
: Use a custom template for the project.
Init project in current directory
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).
Manage dependencies
run zli serve
and access http://localhost:6080/zino-config.html in your browser.
Dependencies
~96MB
~2M SLoC