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
Interfaces
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)
- @types/ansi-colors
- @types/chai
- @types/expect
- @types/fancy-log
- @types/gulp-util
- @types/mocha
- @types/node
- @types/sinon
- @types/sinon-chai
- @types/vinyl
- @typescript-eslint/eslint-plugin
- chai
- eslint
- eslint-config-airbnb
- eslint-config-prettier
- eslint-config-typescript
- eslint-formatter-pretty
- eslint-import-resolver-typescript
- eslint-loader
- eslint-plugin-import
- eslint-plugin-jsx-a11y
- eslint-plugin-mocha
- eslint-plugin-prettier
- eslint-plugin-react
- eslint-plugin-typescript
- mocha
- mocha-clean
- prettier
- sinon
- sinon-chai
- ts-mocha
- ts-node
- typescript
- typescript-eslint-parser
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto 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>
- Updated .
Package analyzed in 1983 ms. - Missing or incorrect documentation? Open an issue for this package.