NPM Build Utilities @ 0.2.0-alpha.1
    Preparing search index...

    Class Project

    Manages and runs a single project (typically used by the cli).

    0.1.0-alpha

    Index

    Constructors

    Properties

    The configuration object for this project.

    params: Params

    Complete CLI params.

    Methods

    • Handles uncaught errors in node.

      Parameters

      • error: unknown

        To handle.

      Returns void

      0.2.0-alpha

    • Runs the given stage with the project config and current params.

      Parameters

      • stage: "debug" | Name
        • "debug"
        • Name
          • "snapshot"
          • "compile"
          • "test"
          • "document"
          • "build"
          • "package"
          • "release"

      Returns Promise<void>