UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

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);