Extends
lithium\console\Command
The path to use for the `LITHIUM_LIBRARY_PATH`
in extracted templates. It defaults to the
current value of the `LITHIUM_LIBRARY_PATH`
constant. If `LITHIUM_LIBRARY_PATH` is not the same
as `dirname(LITHIUM_APP_PATH) . '/libraries'` then
the value of `LITHIUM_LIBRARY_PATH` will be hard-coded
to the `config/bootstrap/libraries.php` file in the
extracted library. If you want it to use a custom
value, then pass it to this option. For example,
if you keep your apps in the same directory as your
libraries, you could set it to `dirname(LITHIUM_APP_PATH)`