Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@vkbansal/gulp-plugins

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vkbansal/gulp-plugins

A collection of [gulp](https://gulpjs.com/) plugins used across my projects.

latest
npmnpm
Version
0.6.0
Version published
Maintainers
1
Created
Source

Gulp Plugins

A collection of gulp plugins used across my projects.

List of Plugins

  • sass: Plugin to compile SCSS to CSS using dart-sass
  • if: Plugin to conditionally pipe streams
  • files-hash: Plugin to append hashes to files, for cache-busting

Installation

# using npm
npm add -D @vkbansal/gulp-plugins sass
# or using yarn
yarn add -D @vkbansal/gulp-plugins sass

Note: Installing sass is only required if your using the sass plugin

Usage

import { gulpSass, gulpIf, gulpFilesHash } from "@vkbansal/gulp-plugins";

License

MIT

FAQs

Package last updated on 25 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts