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;
    }
    Index

    Properties

    dryRun: boolean

    Whether to dry run the generation

    quiet: boolean

    Whether to quiet the console output

    silent: boolean

    Whether to silent the console output

    gitignore: boolean

    Whether to generate a .gitignore file

    readme: boolean

    Whether to generate README.md files