1.0.0 • Published 9 months ago

ziro-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Ziro CLI

This is a command line tool for using the Ziro projects.

A Ziro Project

Install

npm install --global ziro-app

Commands

Create

ziro create app example-app

This will create a Ziro app in the example-app directory.

Contributing

Clone the repo and then run npm link.

cd ziro-cli
npm link
npm run watch
cd ../../ # Some other directory
npm link ziro-cli
ziro help # This will run from your local.

Publishing

npm run build
npm add .
npm commit -m "Something"
npm push origin main
npm publish
1.0.0

9 months ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago