1.0.5 • Published 7 years ago
zox-cli v1.0.5
The easiest way to setup a new Zox.js project is using the CLI tool.
Install
npm i -g zox-cliRequired 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-siteCustom templates
zox init <username>/<repo> <project-name>