zino-cli

Crates.iozino-cli
lib.rszino-cli
version
sourcesrc
created_at2023-10-25 13:12:03.10466
updated_at2024-12-12 01:31:34.624788
descriptionCLI tools for zino.
homepagehttps://github.com/zino-rs/zino
repositoryhttps://github.com/zino-rs/zino
max_upload_size
id1013359
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 587

cargo fmt