zox-cli

CLI tool for Zox.js


Keywords
zox, cli
License
MIT
Install
npm install zox-cli@1.0.5

Documentation

The easiest way to setup a new Zox.js project is using the CLI tool.

Install

npm i -g zox-cli

Required global tools

node to run the project

git for cloning the project

tsc for compiling typescript

Usage

zox init <template-name> <project-name>

Example

zox init static-site-handlebars my-site

Custom templates

zox init <username>/<repo> <project-name>