zino-cli

Crates.iozino-cli
lib.rszino-cli
version0.4.0
sourcesrc
created_at2023-10-25 13:12:03.10466
updated_at2024-10-15 02:25:30.539498
descriptionCLI tools for zino.
homepagehttps://github.com/zino-rs/zino
repositoryhttps://github.com/zino-rs/zino
max_upload_size
id1013359
size164,223
Zan Pan (photino)

documentation

https://docs.rs/zino-cli

README

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.

Commit count: 552

cargo fmt