25 releases (7 breaking)

new 0.7.0 Feb 13, 2025
0.5.2 Dec 16, 2024
0.4.0 Oct 15, 2024
0.3.3 Jun 20, 2024
0.1.3 Nov 22, 2023

#2033 in Web programming

Download history 169/week @ 2024-11-30 214/week @ 2024-12-07 280/week @ 2024-12-14 11/week @ 2024-12-21 128/week @ 2025-01-04 93/week @ 2025-01-11 51/week @ 2025-01-18 94/week @ 2025-01-25 19/week @ 2025-02-01 96/week @ 2025-02-08

333 downloads per month

MIT license

470KB
10K SLoC

github crates-io docs-rs

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

~73MB
~1.5M SLoC