@coderebus/react-archetype
Version:
React-archetype is a cli tool (or a generator) that will generate apps based on the rendering pattern (CSR,SSR, SSG, ISR etc) of your choice.
9 lines (8 loc) • 408 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ArchGeneratorOptions"), exports);
tslib_1.__exportStar(require("./ArchetypeJson"), exports);
tslib_1.__exportStar(require("./PackageJson"), exports);
tslib_1.__exportStar(require("./CommandType"), exports);
tslib_1.__exportStar(require("./Json"), exports);
;