Portfolio

Ziro Cli

Command-line scaffolding and workflows for Ziro projects

Node.jsCLIJavaScriptRollup

About

Ziro CLI is a command-line tool that accelerates starting and maintaining Ziro-based applications. It ships a `ziro` binary and supports project creation and local development workflows.

Features

  • Global CLI with `ziro` executable commands
  • Scaffold new Ziro app projects from templates
  • Local linking workflow for rapid CLI development
  • Build and watch scripts for distribution artifacts
  • Complements Ziro App and package documentation

Get Started

Install Global npm install --global ziro-app
Create App ziro create app example-app
Build npm run build