tldr/pages/common/lebab.md

26 lines
648 B
Markdown
Raw Normal View History

2018-02-14 15:26:01 +00:00
# lebab
> A JavaScript modernizer for transpiling code to ES6/ES7.
> Transformations must be provided for all examples.
2019-06-05 08:55:52 +01:00
> More information: <https://github.com/lebab/lebab>.
2018-02-14 15:26:01 +00:00
- Display a list of the available transformations:
`lebab --help`
- Transpile using one or more comma-separated transformations:
`lebab --transform {{transformation}}`
- Transpile a file to stdout:
2018-02-14 15:26:01 +00:00
`lebab {{path/to/input_file}}`
- Transpile a file to the specified output file:
`lebab {{path/to/input_file}} --out-file {{path/to/output_file}}`
- Replace all `.js` files in-place in the specified directory, glob or file:
`lebab --replace {{directory|glob|file}}`