UNPKG

ng6-cli

Version:

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

23 lines (14 loc) 416 B
var Command = require('../../lib/command'); module.exports = Command.extend({ init: function() { this._super.apply(this, arguments); this.description = 'Migrate to new versions of app & artifact templates.'; this.options = ''; this.order = 14; this.category = 'refactor'; }, run: function() { console.log('This command will be available shortly.'); console.log(''); } });