Forrest logo
back to context overview

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 machine
    explain this command
  • lebab:tldr:28029 lebab: Transpile a file to `stdout`.
    $ lebab ${path-to-input_file}
    try on your machine
    explain this command
  • lebab:tldr:c5e66 lebab: Transpile using one or more comma-separated transformations.
    $ lebab --transform ${transformation}
    try on your machine
    explain this command
  • lebab:tldr:c7c39 lebab: Display a list of the available transformations.
    $ lebab --help
    try on your machine
    explain 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 machine
    explain this command
back to context overview