
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@libria/scaffold-angular
Advanced tools
Angular CLI wrapper template for @libria/scaffold.
This plugin scaffolds new Angular projects by wrapping @angular/cli, exposing its options through the scaffold plugin interface. Options are dynamically resolved based on the selected Angular version.
npm install @libria/scaffold-angular
# Interactive — prompts for version first, then version-specific options
scaffold new angular my-app
# Non-interactive — pass all options via CLI
scaffold new angular my-app --version 21 --style scss --routing --ssr
# Show available options for a specific version
scaffold new angular my-app --version 18 --help
Options vary by Angular version. Common options include:
| Option | Type | Description |
|---|---|---|
--version | select | Angular major version (e.g. 21, 20, 19, 18) |
--style | select | Stylesheet format (css, scss, sass, less) |
--routing | boolean | Add routing module |
--ssr | boolean | Enable Server-Side Rendering |
--package-manager | select | Package manager (npm, yarn, pnpm) |
--strict | boolean | Enable strict mode |
--prefix | string | Component selector prefix |
--skip-tests | boolean | Skip generating test files |
--skip-git | boolean | Skip git initialization |
--skip-install | boolean | Skip installing dependencies |
The plugin wraps npx @angular/cli@<version> new <name> and translates scaffold options into Angular CLI flags. The option set is auto-generated from Angular's JSON schemas across multiple major versions.
MIT
FAQs
Angular cli wrapper template for @libria/scaffold
The npm package @libria/scaffold-angular receives a total of 1 weekly downloads. As such, @libria/scaffold-angular popularity was classified as not popular.
We found that @libria/scaffold-angular 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.