UNPKG

angular15-generator

Version:

CLI tool to generate Angular 1.5 w/ TypeScript Routes and Components like Angular 2 CLI

13 lines (10 loc) 280 B
'use strict'; let Locales = require('../locales'); const y18n = new Locales(); exports.command = 'g <command>'; exports.desc = y18n.localized('generateDesc'); exports.builder = function (yargs) { return yargs.commandDir('generate_cmds'); }; exports.handler = function () { };