azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

require all matched in-package modules require.match(RegExp): Object #121

Closed azproduction closed 11 years ago

azproduction commented 11 years ago
var templates = require.match(/Template$/);

console.log(Object.keys(templates));