UNPKG

create-nextjs-flex

Version:

CLI to create a flexible Next.js boilerplate

32 lines 697 B
{ "name": "create-nextjs-flex", "version": "0.1.24", "description": "CLI to create a flexible Next.js boilerplate", "main": "index.js", "bin": { "create-nextjs-flex": "./cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nextjs", "boilerplate", "cli", "ai", "react-query", "apollo-client", "graphql", "zustand", "tailwindCSS", "class-based-service", "openai", "claude", "v0" ], "author": "Bafutwabo Regis", "license": "MIT", "dependencies": { "commander": "^8.3.0" } }