https://github.com/fsvieira/zebrajs-examples
Zebrajs examples
https://github.com/fsvieira/zebrajs-examples
Last synced: about 2 months ago
JSON representation
Zebrajs examples
- Host: GitHub
- URL: https://github.com/fsvieira/zebrajs-examples
- Owner: fsvieira
- Created: 2017-09-18T09:01:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T23:13:52.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T20:29:28.283Z (10 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`