Documentation

    Interface MakeJsonArgs

    The arguments for the makeJson command.

    the source directory

    the destination directory (defaults to source)

    the allowed files

    remove old json files (otherwise the content will be merged)

    pretty print json

    enable debug mode

    interface MakeJsonArgs {
        allowedFormats?: string[];
        debug: boolean;
        destination: string;
        paths: { cwd: string; out?: string; root?: string };
        prettyPrint: boolean;
        purge: boolean;
        scriptName?: string;
        slug: string;
        source: string;
        timeStart: number;
    }
    Index

    Properties

    allowedFormats?: string[]
    debug: boolean
    destination: string
    paths: { cwd: string; out?: string; root?: string }
    prettyPrint: boolean
    purge: boolean
    scriptName?: string
    slug: string
    source: string
    timeStart: number
    MMNEPVFCICPMFPCPTTAAATR