
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@libria/scaffold-nestjs
Advanced tools
NestJS CLI wrapper template for @libria/scaffold.
This plugin scaffolds new NestJS projects by wrapping @nestjs/cli, exposing its options through the scaffold plugin interface. Options are dynamically resolved based on the selected NestJS version.
npm install @libria/scaffold-nestjs
# Interactive — prompts for version first, then version-specific options
scaffold new nestjs my-api
# Non-interactive — pass all options via CLI
scaffold new nestjs my-api --version 11 --language TypeScript --package-manager pnpm
# Show available options for a specific version
scaffold new nestjs my-api --version 10 --help
| Option | Type | Description |
|---|---|---|
--version | select | NestJS major version (e.g. 11, 10) |
--language | select | Programming language (TypeScript, JavaScript) |
--package-manager | select | Package manager (npm, yarn, pnpm) |
--strict | boolean | Enable TypeScript strict mode |
--skip-git | boolean | Skip git initialization |
--skip-install | boolean | Skip installing dependencies |
The plugin wraps npx @nestjs/cli@<version> new <name> and translates scaffold options into NestJS CLI flags. The option set is auto-generated from NestJS's JSON schemas across the last 2 major versions.
MIT
FAQs
NestJs cli wrapper template for @libria/scaffold
We found that @libria/scaffold-nestjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.