NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface All

    An object with an instance of each stage's class.

    Those that are optional only have abstract classes included in this package (test, document).

    0.1.0-alpha

    interface All {
        build: Stage<Stage.Args, string>;
        compile: Stage<Stage.Args, string>;
        document: Stage<Stage.Args, string>;
        package: Stage<Stage.Args, string>;
        release: Stage<Stage.Args, string>;
        snapshot: Stage<Stage.Args, string>;
        test: Stage<Stage.Args, string>;
    }
    Index

    Properties

    build: Stage<Stage.Args, string>
    compile: Stage<Stage.Args, string>
    document: Stage<Stage.Args, string>
    package: Stage<Stage.Args, string>
    release: Stage<Stage.Args, string>
    snapshot: Stage<Stage.Args, string>
    test: Stage<Stage.Args, string>