search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Babel Commands

18 babel entries

Limited to 100 results

Back to all tools
babel

Babel Command: Choose Presets For Output

babel <path/to/input_file> --presets <preset1,preset2,...>
babel

Babel Command: Choose Presets For Transpilation

babel <path/to/input_file> --presets <preset1,preset2,...>
babel

Babel Command: Display Babel Help

babel --help
babel

Babel Command: Display Help

babel --help
babel

Babel Command: Ignore Files In Directory

babel <path/to/input_directory> --ignore <ignored_file1,ignored_file2,...>
babel

Babel Command: Ignore Specified Files In Directory

babel <path/to/input_directory> --ignore <ignored_file1,ignored_file2,...>
babel

Babel Command: Transpile And Minify

babel <path/to/input_file> --minified
babel

Babel Command: Transpile And Minify File

babel <path/to/input_file> --minified
babel

Babel Command: Transpile Directory

babel <path/to/input_directory>
babel

Babel Command: Transpile File On Change

babel <path/to/input_file> --watch
babel

Babel Command: Transpile File Output Stdout

babel <path/to/file>
babel

Babel Command: Transpile File Output To Specific File

babel <path/to/input_file> --out-file <path/to/output_file>
babel

Babel Command: Transpile File To Specific File

babel <path/to/input_file> --out-file <path/to/output_file>
babel

Babel Command: Transpile File To Specific Output

babel <path/to/input_file> --out-file <path/to/output_file>
babel

Babel Command: Transpile File To Stdout

babel <path/to/file>
babel

Babel Command: Transpile Minified Output

babel <path/to/input_file> --minified
babel

Babel Command: Transpile Whole Directory

babel <path/to/input_directory>
babel

Babel Command: Watch File For Changes And Transpile

babel <path/to/input_file> --watch