____ _ ____ ____ ____ | _ \(_) ___ ___/ ___/ ___| / ___| | |_) | |/ __/ _ \___ \___ \| | _ | __/| | (_| (_) |__) |__) | |_| | |_| |_|\___\___/____/____/ \____|

Command Line Options

PicoSSG supports the following command line options:

Option Short Description
--content -c Source directory (required)
--out -o Output directory (required)
--config -x Config file name (default: _config.js)
--help -h Show help message

Example usage:

See all the supported options by running:

npx @wolframkriesing/picossg --help

Run PicoSSG with a custom config file:

npx @wolframkriesing/picossg -c content -o output -x _custom-config.js