Skip to content

Build Command

npx phrasey build can be used to build the project.

Usage

bash
npx phrasey build \
    --config-file <path/to/config> \
    --config-format <format>
npx phrasey build \
    --config-file <path/to/config> \
    --config-format <format>
Arguments
  • --config-file, -p - Path to configuration file.
  • --config-format, -f - Format of the configuration file.
  • --help, -h - Displays help message.

Example

bash
npx phrasey build \
    --config-file ./phrasey-config.json \
    --config-format json
npx phrasey build \
    --config-file ./phrasey-config.json \
    --config-format json

Made with ❤️ by Zyrouge.