gulpclass

  • Version 0.2.0
  • Published
  • 18.3 kB
  • 5 dependencies
  • Apache-2.0 license

Install

npm i gulpclass
yarn add gulpclass
pnpm add gulpclass

Overview

Make a beautiful class-based gulpfiles with Typescript and Gulpfile.ts

Index

Functions

function Gulpclass

Gulpclass: (gulpInstance?: any) => Function;
  • Registers a class from which tasks will be loaded. You can optionally specify your gulp instance if you want to register tasks specifically there.

function MergedTask

MergedTask: (name?: string) => Function;
  • Tasks will be run merged when using this annotation.

function SequenceTask

SequenceTask: (name?: string) => Function;
  • Tasks will be run in sequence when using this annotation.

function Task

Task: (name?: string, dependencies?: string[]) => Function;
  • Registers a task with the given name. If name is not specified then object's method name will be used.

Package Files (2)

Dependencies (5)

Dev Dependencies (4)

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/gulpclass.

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