
lebab
List of commands for lebab:
-
lebab:tldr:126dc lebab: Transpile a file to the specified output file.$ lebab ${path-to-input_file} --out-file ${path-to-output_file}try on your machineexplain this command
-
lebab:tldr:28029 lebab: Transpile a file to `stdout`.$ lebab ${path-to-input_file}try on your machineexplain this command
-
lebab:tldr:c5e66 lebab: Transpile using one or more comma-separated transformations.$ lebab --transform ${transformation}try on your machineexplain this command
-
lebab:tldr:c7c39 lebab: Display a list of the available transformations.$ lebab --helptry on your machineexplain this command
-
lebab:tldr:d6409 lebab: Replace all `.js` files in-place in the specified directory, glob or file.$ lebab --replace ${select}try on your machineexplain this command