LinuxCommandLibrary

lebab

lebab

TLDR

Display a list of the available transformations

$ lebab --help
copy


Transpile using one or more comma-separated transformations
$ lebab --transform [transformation]
copy


Transpile a file to stdout
$ lebab [path/to/input_file]
copy


Transpile a file to the specified output file
$ lebab [path/to/input_file] --out-file [path/to/output_file]
copy


Replace all .js files in-place in the specified directory, glob or file
$ lebab --replace [directory|glob|file]
copy

Copied to clipboard