source: frontend/node_modules/jake/usage.txt

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[9af201e]1Jake JavaScript build tool
2********************************************************************************
3If no flags are given, Jake looks for a Jakefile or Jakefile.js in the current directory.
4********************************************************************************
5{Usage}: jake [options ...] [env variables ...] target
6
7{Options}:
8 -f, --jakefile FILE Use FILE as the Jakefile.
9 -C, --directory DIRECTORY Change to DIRECTORY before running tasks.
10 -q, --quiet Do not log messages to standard output.
11 -B, --always-make Unconditionally make all targets.
12 -T/-ls, --tasks Display the tasks (matching optional PATTERN) with descriptions, then exit.
13 -J, --jakelibdir JAKELIBDIR Auto-import any .jake files in JAKELIBDIR. (default is \'jakelib\')
14 -h, --help Display this help message.
15 -V/-v, --version Display the Jake version.
16 -ar, --allow-rejection Keep running even after unhandled promise rejection.
17
Note: See TracBrowser for help on using the repository browser.