UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

13 lines (10 loc) 440 B
module.exports = function (ipc) { /** * Templates object has a static method that creates the Templates instance and queries the template path. * Is got it here to have available the template path later */ require('./models/templates').get(); this.project = new (require('./project'))(ipc); this.modules = new (require('./modules'))(ipc); this.template = new (require('./template'))(ipc); }