NPM Build Utilities @ 0.1.3
    Preparing search index...

    Class ProjectConfig

    A super-simple class just for the configuration of the project.

    0.1.0-alpha

    0.1.0-alpha.1 — Now implements Config.Class instead of Config.Internal.

    Implements

    Index

    Constructors

    Properties

    clr: Colour

    Default output colour to the terminal.

    compiler: undefined | Partial<Stage.Compiler.Args>

    Optional arguments to use when constructing Stage.Compiler.

    console: undefined | Partial<Logger.Args>

    Optional arguments to use when constructing Logger.

    Optional arguments to use when constructing FileSystem.

    launchYear: string

    A four-digit year string representing the launch date of the project.

    Paths to files or directories.

    Absolute or relative to node’s cwd.

    replace: Replace | ((stage: Stage) => Replace)

    Placeholders to be replaced during the build processes.

    All build stages and whether or not they run, including custom implementations.

    If true, the default class is run. If false, it is not run at all.

    title: string

    Project’s human-friendly name in title case.

    Accessors

    Methods