Enhance Meteor Template Management


Summary of my bookmarked Github repositories from Feb 12th, 2015

Github repositories

  • longshotlabs/meteor-template-extension

    The "template-extension" package for Meteor is a versatile tool that provides several functionalities to enhance template management. It allows for easy iteration over defined templates, attachment of hooks to templates, overriding templates while preserving helpers and events, inheriting helpers and events from other templates, extending abstract templates and customizing their events and helpers, accessing parent template instances, and retrieving values from the current or ancestor template instances. The package also includes compatibility information, convenient methods, and clear documentation. Overall, "template-extension" is a valuable asset for efficient template handling in Meteor projects.