UNPKG

emirapp-cli

Version:

A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript

17 lines (16 loc) 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nextJsEnterpriseDependencies = exports.nextJsEnterpriseTemplates = void 0; // Next.js Enterprise Template - Coming Soon exports.nextJsEnterpriseTemplates = {}; exports.nextJsEnterpriseDependencies = []; // This template will include: // - Advanced folder structure // - Authentication with NextAuth.js // - Database integration // - API routes with validation // - Advanced state management // - Testing setup // - Docker configuration // - CI/CD pipeline // - And much more...