modpack-lock
    Preparing search index...

    Interface Options

    Contains options for the generation of the modpack files.

    interface Options {
        dryRun?: boolean;
        quiet?: boolean;
        silent?: boolean;
        gitignore?: boolean;
        readme?: boolean;
        licenseFile?: boolean;
        path?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dryRun?: boolean

    Whether to run in dry-run mode (no files written)

    quiet?: boolean

    Whether to quiet the console output

    silent?: boolean

    Whether to silence the console output

    gitignore?: boolean

    Whether to generate a .gitignore file

    readme?: boolean

    Whether to generate README.md files

    licenseFile?: boolean

    Whether to generate a license file

    path?: string

    The modpack root directory