Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Latest commit

 

History

History
51 lines (26 loc) · 1.08 KB

teajs.pod

File metadata and controls

51 lines (26 loc) · 1.08 KB

NAME

TeaJS - Your cup of server-side JavaScript. TeaJS is a wrapper around V8 Javascript engine

SYNOPSIS

tea [-v] [-h] [-w [-d port]] [-c config_file] main_file

DESCRIPTION

TeaJS reads the contents of main_file and executes it using the V8 engine. TeaJS implements CommonJS's Modules proposal, which allows for easy distribution of code into several modules. TeaJS ships with many built-in modules; more of them are available as separate packages.

OPTIONS

-v

Print TeaJS version

-h

Show command line usage help

-w

Wait for V8 debugger

-d port

Listen for V8 debugger at this port

-c config_file

Use a given config file instead of system-wide config file

SEE ALSO

TeaJS is hosted at Google Code. Its homepage is http://code.google.com/p/teajs/.

BUGS

Please report bugs at http://code.google.com/p/teajs/issues/list.

AUTHORS

TeaJS was written by Ondrej Zara <[email protected]>. It is released under the New BSD Licence.