Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 473 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 473 Bytes

Build Status

has-gulp

Check if a project is using Gulp

Install

$ npm install --save has-gulp

Usage

const hasGulp= require('has-gulp');

API

hasGulp([cwd])

Returns a boolean.

cwd

Type: string
Default: process.cwd()

Current working directory.

License

MIT © kasiriveni