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/`.

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