Skip to content

peerlibrary/meteor-extend-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 20, 2019
af4cf14 · Sep 20, 2019

History

11 Commits
Jan 15, 2018
Sep 20, 2019
Apr 24, 2017
Sep 20, 2019
Jan 15, 2018

Repository files navigation

Helper to easier extend Meteor.publish

This Meteor smart package provides extendPublish helper. You should pass to it a function which receives name, func, options and returns an array of potentially new values to be passed to Meteor.publish. After extendPublish has been called (potentially multiple times), every call to Meteor.publish will first call this function (or functions) instead, before passing arguments to core Meteor.publish.

Server side only.

Installation

meteor add peerlibrary:extend-publish