UNPKG

create-next-bricks

Version:

create-next-bricks is a CLI tool designed to scaffold a modular and scalable structure for Next.js applications. Inspired by the concept of `bricks` as reusable building blocks, this tool helps developers quickly set up a well-structured Next.js project w

42 lines (41 loc) 1.16 kB
{ "name": "create-next-bricks", "version": "1.0.5", "description": "create-next-bricks is a CLI tool designed to scaffold a modular and scalable structure for Next.js applications. Inspired by the concept of `bricks` as reusable building blocks, this tool helps developers quickly set up a well-structured Next.js project with predefined patterns that support maintainability and scalability.", "bin": { "setup-next-bricks": "index.js" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "keywords": [ "next", "setup", "fsd-setup", "modular", "bricks", "cli", "nextjs", "nextjs-setup", "nextjs-cli", "nextjs-bricks", "nextjs-setup-cli", "nextjs-setup-bricks", "nextjs-setup-tool", "nextjs-setup-generator", "nextjs-setup-scaffold", "nextjs-setup-structure", "nextjs-setup-modular", "nextjs-setup-patterns", "create-next-app", "configuration" ], "author": { "name": "Pavitar Singh", "url": "https://github.com/Pavitar01" }, "license": "ISC", "type": "commonjs" }