gulp-print

  • Version 5.0.2
  • Published
  • 8.01 kB
  • 4 dependencies
  • MIT license

Install

npm i gulp-print
yarn add gulp-print
pnpm add gulp-print

Overview

Prints names of files to the console so that you can see what's going through the the gulp pipe.

Index

Functions

function gulpPrint

gulpPrint: (format?: FormatFunction) => stream.Stream;

    function setLogFunction

    setLogFunction: (fn: LogFunction) => void;

      Interfaces

      interface FormatFunction

      interface FormatFunction {}

        call signature

        (filepath: string): string;

          interface LogFunction

          interface LogFunction {}

            call signature

            (message: string): void;

              Package Files (1)

              Dependencies (4)

              Dev Dependencies (34)

              Peer Dependencies (0)

              No peer dependencies.

              Badge

              To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

              You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/gulp-print.

              • Markdown
                [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/gulp-print)
              • HTML
                <a href="https://www.jsdocs.io/package/gulp-print"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>