~ubuntu-branches/debian/wheezy/coffeescript/wheezy

« back to all changes in this revision

Viewing changes to debian/coffee.1

  • Committer: Bazaar Package Importer
  • Author(s): Geza Kovacs
  • Date: 2010-05-14 13:24:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100514132405-tfengj8kf3mojsa3
Tags: 0.6.1-1
* New upstream release.
  - Compatible with the Node.js 0.1.90 series.
* Updated nodejs dependency to 0.1.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH COFFEESCRIPT "1" "March 2010" "CoffeeScript version 0.5.6" "User Commands"
 
3
.SH NAME
 
4
CoffeeScript \- interpreter and compiler for the CoffeeScript language
 
5
.SH DESCRIPTION
 
6
coffee compiles CoffeeScript source files into JavaScript.
 
7
.SS "Usage:"
 
8
.IP
 
9
coffee path/to/script.coffee
 
10
.SS "Available options:"
 
11
.TP
 
12
\fB\-c\fR, \fB\-\-compile\fR
 
13
compile to JavaScript and save as .js files
 
14
.TP
 
15
\fB\-i\fR, \fB\-\-interactive\fR
 
16
run an interactive CoffeeScript REPL
 
17
.TP
 
18
\fB\-o\fR, \fB\-\-output\fR
 
19
set the directory for compiled JavaScript
 
20
.TP
 
21
\fB\-w\fR, \fB\-\-watch\fR
 
22
watch scripts for changes, and recompile
 
23
.TP
 
24
\fB\-p\fR, \fB\-\-print\fR
 
25
print the compiled JavaScript to stdout
 
26
.TP
 
27
\fB\-l\fR, \fB\-\-lint\fR
 
28
pipe the compiled JavaScript through JSLint
 
29
.TP
 
30
\fB\-s\fR, \fB\-\-stdio\fR
 
31
listen for and compile scripts over stdio
 
32
.TP
 
33
\fB\-e\fR, \fB\-\-eval\fR
 
34
compile a string from the command line
 
35
.TP
 
36
\fB\-\-no\-wrap\fR
 
37
compile without the top\-level function wrapper
 
38
.TP
 
39
\fB\-t\fR, \fB\-\-tokens\fR
 
40
print the tokens that the lexer produces
 
41
.TP
 
42
\fB\-n\fR, \fB\-\-nodes\fR
 
43
print the parse tree that Jison produces
 
44
.TP
 
45
\fB\-v\fR, \fB\-\-version\fR
 
46
display CoffeeScript version
 
47
.TP
 
48
\fB\-h\fR, \fB\-\-help\fR
 
49
display this help message
 
50
.SH AUTHOR
 
51
coffee was written by Jeremy Ashkenas <jeremy@documentcloud.org>
 
52
.PP
 
53
This manual page was written by Geza Kovacs <gkovacs@mit.edu>,
 
54
for the Debian project (but may be used by others).