UNPKG

ionic-framework

Version:

An advanced HTML5 mobile app framework built on Angular2

12 lines (8 loc) 286 B
var path = require('path'), Generator = require('../../generator'); module.exports = ComponentGenerator; function ComponentGenerator(options) { Generator.call(this, options); this.directory = 'components'; } ComponentGenerator.prototype = Object.create(Generator.prototype);