npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-ng-fortress

v1.0.1

Published

An AI-Native, Zero-Tolerance Strict Web Framework CLI for Angular.

Downloads

197

Readme

🏰 create-ng-fortress

An AI-Native, Zero-Tolerance Strict Web Framework CLI for Angular.

create-ng-fortress is a CLI tool designed to scaffold extremely strict, architecturally pure Angular projects optimized for AI agents and strict human workflows. It bypasses conventional looseness and enforcing structural boundaries, immutable state management, and 100% strict typing rules out-of-the-box.


🚀 Quick Start

Create a new NG Fortress application using npx:

npx create-ng-fortress my-app

You will be prompted to select a styling constraint strategy (e.g., Tailwind CSS, Strict Scoped CSS).

Migrating Existing Applications

You can also apply NG Fortress's strict linters, pre-commit hooks, and CI/CD workflow testing tools to an existing Angular application without destroying its source components:

npx create-ng-fortress --migrate

If you are inside a monorepo, it will automatically find all Angular apps in your workspace and let you select which one to migrate.


🛡️ Core Features

  • Zoneless By Default: Completely removes zone.js. All reactivity is formally governed by Angular Signals (signal, computed, effect).
  • Rigid Physical Boundaries: Code must reside explicitly within:
    • ui/: Pure presentation components.
    • features/: Smart logic components.
    • infrastructure/: Adapters, DOM interaction, and APIs.
    • schema/: Types and interfaces.
  • Strict Linting (Zero Tolerance): Utilizes Flat Config ESLint and eslint-plugin-boundaries to prevent architectural pollution (e.g., importing from infrastructure into ui).
  • Build-Time Verification: Enforces absolute asset size limits, file extension rules, and directory structures before the bundle compiles.
  • Integrated Agent Contexts: Automatically generates an AGENTS.md and skills/ directory, ensuring AI coding assistants explicitly understand the architecture's constraints.
  • Coverage Enforcement: Pre-configured Vitest + Playwright suite that forcefully rejects commits if code coverage drops below 80%.

🤖 Why "AI-Native"?

Standard frameworks afford too much freedom—which causes AIs to hallucinate varying architectural styles across different files. NG Fortress removes choice. By strictly enforcing one way to govern state, one way to organize files, and one way to name properties, AI agents write consistent, bulletproof code every single time.

🤝 Contributing & License

Contributions, issues, and feature requests are welcome! Released under the MIT License.