2.0.0 • Published 7 years ago

kaba-cli v2.0.0

Weekly downloads
11
License
BSD-3-Clause
Repository
github
Last release
7 years ago

kaba-cli

The CLI runner for kaba.

Installation

Install it globally for all projects:

$ npm install -g kaba-cli

Usage

Go to the directory containing the local kaba module and just run kaba:

$ kaba taskname

where taskname is the task name of your choice.

Debug Mode

Tasks may support a debug mode, that doesn't minify files, includes sourcemaps or starts watchers. Just pass --dev or --debug or -d to enable debug mode:

$ kaba taskname --debug

Config Discovery

If you run kaba in a directory without kabafile.js, the runner automatically traverses through the parent directories looking for a kabafile. If it finds one it will be used and executed. See the docs of Liftoff for details.

Debugging errors in your kabafile or your task

If the kabafile or one of the tasks throw an error, you can rethrow the error in kaba-cli (to get a proper call stack) by passing the verbose flag -v.

2.0.0

7 years ago

2.0.0-beta.6

7 years ago

2.0.0-beta.5

7 years ago

2.0.0-beta.4

7 years ago

2.0.0-beta.3

7 years ago

2.0.0-beta.2

7 years ago

2.0.0-beta.1

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1-alpha.1

8 years ago