1JAKE(1)                          User Commands                         JAKE(1)
2
3
4

NAME

6       jake - the JavaScript build tool for Node.js
7

DESCRIPTION

9       Jake  is  the  JavaScript  build  tool for NodeJS. Jake has been around
10       since the very early days of Node, and is very full featured  and  well
11       tested.
12

SYNOPSIS

14       jake [options ...] [env variables ...] target
15

OPTIONS

17       -f, --jakefile FILE
18              Use FILE as the Jakefile.
19
20       -C, --directory DIRECTORY
21              Change to DIRECTORY before running tasks.
22
23       -q, --quiet
24              Do not log messages to standard output.
25
26       -B, --always-make
27              Unconditionally make all targets.
28
29       -T/ls, --tasks
30              Display the tasks (matching optional PATTERN) with descriptions,
31              then exit.
32
33       -J, --jakelibdir JAKELIBDIR
34              Auto-import any .jake files in JAKELIBDIR.  (default  is  'jake‐
35              lib')
36
37       -t, --trace
38              Enable full backtrace.
39
40       -h, --help
41              Display this help message.
42
43       -V/v, --version
44              Display the Jake version.
45

REPORTING BUGS

47       Please     report     bugs     on    the    GitHub    issue    tracker:
48       <https://github.com/mde/jake/issues>
49
50
51
52jake 8.0.10                      November 2014                         JAKE(1)
Impressum