UNPKG

ng6-cli

Version:

Tooling to build applications with Angular 1.5, ES6, and Webpack.

14 lines (8 loc) 234 B
var BaseClass = require('ouro-base'); module.exports = BaseClass.extend({ init: function (cli) { this.cli = cli; this.extend = false; this.description = 'This template\'s description has not been set yet.'; } });