The Condense CLI is available through the package entry point and can be used to optimize files or directories from the terminal.
npx @studioframes/condense optimize ./src -o ./dist -m balancedTo see all commands see COMMANDS.md
- --method or -m selects the optimization mode
- -o sets the output directory
- input paths can point to a file or a directory
The CLI is intended for local automation and batch optimization workflows, while the programmatic API is better suited for application integrations.