zox-cli
v1.0.5
Published
CLI tool for Zox.js
Downloads
5
Readme
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>