https://github.com/gulpjs/messages
Symbols for all messages within gulp-cli.
https://github.com/gulpjs/messages
Last synced: 5 months ago
JSON representation
Symbols for all messages within gulp-cli.
- Host: GitHub
- URL: https://github.com/gulpjs/messages
- Owner: gulpjs
- License: mit
- Created: 2024-03-23T03:20:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T02:17:59.000Z (over 2 years ago)
- Last Synced: 2024-10-29T15:14:40.704Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `@gulpjs/messages`
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url]
Symbols for all messages within gulp-cli.
## Usage
In your `.gulp.js` file:
```js
var messages = require('@gulpjs/messages');
module.exports = {
message: function (data) {
if (data.tag === messages.DESCRIPTION) {
return 'Your description override message';
}
}
};
```
## API
This project exposes various symbols assigned to keys to use for matching gulp-cli messages.
## License
MIT
[downloads-image]: https://img.shields.io/npm/dm/@gulpjs/messages.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/@gulpjs/messages
[npm-image]: https://img.shields.io/npm/v/@gulpjs/messages.svg?style=flat-square
[ci-url]: https://github.com/gulpjs/messages/actions?query=workflow:dev
[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/messages/dev.yml?branch=master&style=flat-square
[coveralls-url]: https://coveralls.io/github/gulpjs/messages
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/messages/master.svg?style=flat-square