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
babel Operations
Babel Command: Choose Presets For Output
babel <path/to/input_file> --presets <preset1,preset2,...> babel Operations
Babel Command: Choose Presets For Transpilation
babel <path/to/input_file> --presets <preset1,preset2,...> babel Operations
Babel Command: Display Babel Help
babel --help babel Operations
Babel Command: Display Help
babel --help babel Operations
Babel Command: Ignore Files In Directory
babel <path/to/input_directory> --ignore <ignored_file1,ignored_file2,...> babel Operations
Babel Command: Ignore Specified Files In Directory
babel <path/to/input_directory> --ignore <ignored_file1,ignored_file2,...> babel Operations
Babel Command: Transpile And Minify
babel <path/to/input_file> --minified babel Operations
Babel Command: Transpile And Minify File
babel <path/to/input_file> --minified babel Operations
Babel Command: Transpile Directory
babel <path/to/input_directory> babel Operations
Babel Command: Transpile File On Change
babel <path/to/input_file> --watch babel Operations
Babel Command: Transpile File Output Stdout
babel <path/to/file> babel Operations
Babel Command: Transpile File Output To Specific File
babel <path/to/input_file> --out-file <path/to/output_file> babel Operations
Babel Command: Transpile File To Specific File
babel <path/to/input_file> --out-file <path/to/output_file> babel Operations
Babel Command: Transpile File To Specific Output
babel <path/to/input_file> --out-file <path/to/output_file> babel Operations
Babel Command: Transpile File To Stdout
babel <path/to/file> babel Operations
Babel Command: Transpile Minified Output
babel <path/to/input_file> --minified babel Operations
Babel Command: Transpile Whole Directory
babel <path/to/input_directory> babel Operations
Babel Command: Watch File For Changes And Transpile
babel <path/to/input_file> --watch