UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

11 lines (10 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class GenerateRunner { createOptionsFromCommandLine(inputs, options) { const [type, name] = inputs; return { type, name }; } async ensureCommandLine(inputs, options) { } } exports.GenerateRunner = GenerateRunner;