https://github.com/gulpjs/has-gulplog
Check if gulplog is available before attempting to use it
https://github.com/gulpjs/has-gulplog
Last synced: 8 months ago
JSON representation
Check if gulplog is available before attempting to use it
- Host: GitHub
- URL: https://github.com/gulpjs/has-gulplog
- Owner: gulpjs
- License: mit
- Created: 2015-09-10T21:49:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T17:41:03.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T15:14:35.440Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# has-gulplog
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url]
Check if gulplog is available before attempting to use it.
## Usage
```js
const hasGulplog = require('has-gulplog');
hasGulplog(); // true if gulplog is available
```
## API
### `hasGulplog()`
Checks if gulplog is available.
Returns `true` if gulplog is installed and available or `false` if it is not available.
## License
MIT
[downloads-image]: https://img.shields.io/npm/dm/has-gulplog.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/has-gulplog
[npm-image]: https://img.shields.io/npm/v/has-gulplog.svg?style=flat-square
[ci-url]: https://github.com/gulpjs/has-gulplog/actions?query=workflow:dev
[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/has-gulplog/dev?style=flat-square
[coveralls-url]: https://coveralls.io/r/gulpjs/has-gulplog
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/has-gulplog/master.svg?style=flat-square