CLI tools for zino
.
Features
- Project Initialization: Quickly set up new
zino
projects. - Dependency Management: Manage your project dependencies with ease.
Installation
Usage
Create a new project
options:
--template <template_url>
: Use a custom template for the project.
Init project in current directory
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.