CLI for scaffolding TypeScript npm packages with tests and build setup

A CLI tool that scaffolds TypeScript-based npm packages. It generates a package skeleton with TypeScript configuration, test and bundling setup, type declaration generation, linting/formatting, and GitHub Actions workflows — suitable for libraries and utilities intended for publication to the npm registry.
0