A monorepo containing a collection of useful Node.js command-line (CLI) utilities designed to streamline common development tasks.
Each package in this repository is independently versioned and published, and can be used on its own.
This repository currently hosts the following packages:
| Package | Version | Description |
|---|---|---|
coverage-badge-readme |
A CLI tool to automatically update a test coverage badge in your README.md. | |
export-code |
A CLI tool to export your entire codebase into a single file, perfect for AI prompts. | |
llms-txt |
A CLI tool to generate llms.txt and llms-full.txt files from a docs directory. |
|
publish-dummy-package |
A CLI tool to publish dummy packages to npm for OIDC provenance setup in monorepos. |
The goal of this project is to create simple, focused, and reliable tools that solve one specific problem well. They are designed to be easy to integrate into any CI/CD pipeline or local development workflow.
Contributions are welcome! If you have an idea for a new utility or an improvement to an existing one, please feel free to open an issue or submit a pull request.
Please read the README.md file within each package for specific usage and contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.