Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

2 years ago
<p align="center">
<a href="http://gulpjs.com">
<img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">
</a>
</p>
# 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
<!-- prettier-ignore-start -->
[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
<!-- prettier-ignore-end -->