.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH JAKE "1" "December 2022" "jake 10.8.5" "User Commands" .SH NAME jake \- JavaScript build tool for Node.js .SH DESCRIPTION Jake JavaScript build tool If no flags are given, Jake looks for a Jakefile or Jakefile.js in the current directory. {Usage}: jake [options ...] [env variables ...] target .SS "{Options}:" .TP \fB\-f\fR, \fB\-\-jakefile\fR FILE Use FILE as the Jakefile. .TP \fB\-C\fR, \fB\-\-directory\fR DIRECTORY Change to DIRECTORY before running tasks. .TP \fB\-B\fR, \fB\-\-always\-make\fR Unconditionally make all targets. .TP \fB\-T\fR/\-ls, \fB\-\-tasks\fR Display the tasks (matching optional PATTERN) with descriptions, then exit. .TP \fB\-J\fR, \fB\-\-jakelibdir\fR JAKELIBDIR Auto\-import any .jake files in JAKELIBDIR. (default is \e'jakelib\e') .TP \fB\-h\fR, \fB\-\-help\fR Display this help message. .TP \fB\-V\fR/\-v, \fB\-\-version\fR Display the Jake version. .TP \fB\-ar\fR, \fB\-\-allow\-rejection\fR Keep running even after unhandled promise rejection