@mikeyt23/node-cli-utils
    Preparing search index...

    Interface CreateTarballOptions

    interface CreateTarballOptions {
        excludes?: string[];
    }
    Index

    Properties

    Properties

    excludes?: string[]

    A list of files or directories to exclude from the tarball. The paths should be relative to the directoryToTarball.