UNPKG

next-porto-cli

Version:

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

12 lines (11 loc) 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filesystem = exports.generators = exports.str = exports.path = void 0; const _path = require("./path"); exports.path = _path; const _string = require("./string"); exports.str = _string; const _filesystem = require("./filesystem"); exports.filesystem = _filesystem; const _generators = require("@generators/index"); exports.generators = _generators;