forked from ckknight/gorillascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (16 loc) · 731 Bytes
/
README
File metadata and controls
25 lines (16 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
GorillaScript is a compile-to-JavaScript language designed to empower the user while attempting to prevent some common errors.
To run as a command-line app, first install Node.js, then
sudo bin/gork install
TODO: register with Node Package Manager (npm)
Run a script:
gorilla /path/to/script.gs
Compile a script:
gorilla -c /path/to/script.gs
More options:
gorilla --help
For documentation, see http://ckknight.github.com/gorillascript/
To suggest a feature or report a bug:
http://github.com/ckknight/gorillascript/issues/
If you have questions or would like to chat about GorillaScript, join us at #gorillascript on Freenode IRC or on webchat.freenode.net.
Source repository:
git://github.com/ckknight/gorillascript.git