Meteor Package for Directory-Based Spacebars Templates


Summary of my bookmarked Github repositories from Jun 2nd, 2015

Github repositories

  • cellog/namespaced-templates

    Namespaced Templates for Meteor Spacebars is a meteor package that allows you to create directory-based naming for spacebars templates. By using this package, you can have templates with the same name in different directories without conflicts. It provides easy switching between template trees and even allows "sub-classing" of template trees to replace specific portions. Templates must be declared with a file extension of .ns.html and follow specific naming conventions. The package also supports template referencing, template helpers and events, global template helpers, and template path manipulation. Debugging options are available as well.