UNPKG

@nx/next

Version:

The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides: - Scaffolding for creating, building, serving, linting, and testing Next.js applications. - Integration wit

2 lines (1 loc) 100 B
export declare function createCliOptions(obj: Record<string, string | number | boolean>): string[];