UNPKG

next-porto-cli

Version:

A cli for next.js to scaffold your application using porto architecture

6 lines (5 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.run = void 0; var core_1 = require("@oclif/core"); Object.defineProperty(exports, "run", { enumerable: true, get: function () { return core_1.run; } });