UNPKG

kick

Version:

Kickstarter and generator for AngularJS based on ES6, webpack and best practices

23 lines (18 loc) 330 B
'use strict'; const exportedCommands = {}; const commands = [ 'help', 'about', 'new', 'generate', 'destroy', 'setup', 'start', 'tdd', 'bundle', 'test', 'lint', 'upgrade' ]; commands.forEach((command) => exportedCommands[command] = require('../commands/' + command)); module.exports = exportedCommands;