New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@libria/scaffold-plugin-nextjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libria/scaffold-plugin-nextjs

Scaffold template for NextJS

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

@libria/scaffold-plugin-nextjs

Next.js CLI wrapper template for @libria/scaffold.

This plugin scaffolds new Next.js projects by wrapping create-next-app, exposing its options through the scaffold plugin interface.

Installation

npm install @libria/scaffold-plugin-nextjs

Usage

# Interactive — prompts for all options
lb-scaffold new nextjs my-app

# Non-interactive — pass all options via CLI
lb-scaffold new nextjs my-app --language typescript --tailwind --bundler turbopack

# Show available options
lb-scaffold new nextjs my-app --help

Supported Options

OptionTypeDescription
--versionstringNext.js version (default: latest)
--languageselectLanguage (typescript, javascript)
--tailwindbooleanEnable Tailwind CSS (default: true)
--react-compilerbooleanEnable React compiler (default: false)
--linterselectLinter (eslint, biome, none)
--project-typeselectProject type (app, api, empty)
--src-dirbooleanInitialize with src/ directory
--bundlerselectBundler (turbopack, webpack)
--import-aliasstringImport alias pattern (default: @/*)
--package-managerselectPackage manager (npm, yarn, pnpm, bun)
--installbooleanInstall dependencies (default: true)
--git-initbooleanInitialize git repository (default: true)

How It Works

The plugin wraps npx create-next-app@<version> <name> and translates scaffold options into Next.js CLI flags.

License

MIT

Keywords

typescript

FAQs

Package last updated on 17 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts