Skip to content

Releases: DreamLongYT/pkg-scaffold

pkg-scaffold Release v1.0.0 - package 3.1.3

13 Jun 16:14

Choose a tag to compare

🚀 Release 1.0.0 — pkg-scaffold

The Ultimate Enterprise Codebase Janitor is finally here!

After intense development, we are proud to release the first stable version of pkg-scaffold. While it carries the high-performance DNA of our v3.1.3 engine, this is the official 1.0.0 milestone for the community.

🌟 What does it actually do?

  • Deep AST Scanning: Scans your entire project for unused exports, imports, and orphaned files with high-fidelity TypeScript support.
  • OXC-Powered Speed: Utilizing the Rust-based OXC parser for near-instant analysis, making it 2-4x faster than traditional tools.
  • Interactive Scaffolding:
    • Auto-make: Generates package.json, tsconfig.json, eslint.config.js, and LICENSE files based on your project's structure.
    • Secret Extraction: Automatically detects hardcoded secrets and moves them to a secure .env file.
  • Self-Healing Loop: Not just a reporter—it prunes dead code and automatically validates the changes by running your test suite. If something breaks, it rolls back instantly.
  • Plugin Ecosystem: Built-in support for Next.js, Nuxt, Remix, SvelteKit, and Astro, plus a compatibility layer for existing Knip plugins.

⚔️ Why is it better than knip.dev?

While Knip is a great reporter, pkg-scaffold is a Janitor. We don't just tell you your house is dirty; we clean it, move the trash out, and make sure the door still locks before we leave. With Type-Aware Analysis and Auto-Fixing, we take the manual work out of codebase maintenance.


🛠️ Get Started

Run the engine directly without installation:

npx pkg-scaffold@latest