An open API service indexing awesome lists of open source software.

https://github.com/fsvieira/zebrajs-examples

Zebrajs examples
https://github.com/fsvieira/zebrajs-examples

Last synced: about 2 months ago
JSON representation

Zebrajs examples

Awesome Lists containing this project

README

          

# zebrajs examples

This repository contains zebrajs (https://github.com/fsvieira/zebrajs) examples.

It also contains a console program to run this files, all zebrajs files have the .z extension.

# Setup zm (zebrajs console program)

Install nodejs and npm then go to zm folder, and run:

`npm install`

# Run .z files
To run a .z file just run it with zm.js, ex:

`./zm/zm.js examples/brave/brave.z`