Check if a project is using Gulp
$ npm install --save has-gulp
const hasGulp= require('has-gulp');
Returns a boolean
.
Type: string
Default: process.cwd()
Current working directory.
MIT © kasiriveni
Check if a project is using Gulp
$ npm install --save has-gulp
const hasGulp= require('has-gulp');
Returns a boolean
.
Type: string
Default: process.cwd()
Current working directory.
MIT © kasiriveni