foundry-dsa41-game/node_modules/@gulpjs/messages
macniel 9de1531058
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s Details
chore: building the architecture
2025-09-25 13:07:30 +02:00
..
LICENSE chore: building the architecture 2025-09-25 13:07:30 +02:00
README.md chore: building the architecture 2025-09-25 13:07:30 +02:00
index.js chore: building the architecture 2025-09-25 13:07:30 +02:00
package.json chore: building the architecture 2025-09-25 13:07:30 +02:00

README.md

@gulpjs/messages

NPM version Downloads Build Status Coveralls Status

Symbols for all messages within gulp-cli.

Usage

In your .gulp.js file:

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