Skip to content

kasiriveni/has-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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