zino/zino-cli
cosmod 69226b85df Update dependencies 2024-10-29 12:46:40 +08:00
..
public currentDirInput updates automatically when the enter key is pressed. 2024-08-19 13:42:07 +08:00
src format code 2024-10-09 14:46:53 +08:00
Cargo.toml Update dependencies 2024-10-29 12:46:40 +08:00
README.md Add details to docs in README.md 2024-08-12 14:48:16 +08:00

README.md

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.