
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@chimp-stack/doc-chimp
Advanced tools
Documentation, automated. Less typing, more shipping.
doc-chimp helps generate, manage, and eventually hallucinate beautiful documentation for your project—so you can spend less time updating README files and more time writing functions with obscure names like frobnicate().
⚠️ This is an early-stage tool! Features are limited, monkeys are still learning.
doc-chimp overview – Lists files and exports in your project for a bird’s-eye viewdoc-chimp config – Read and write .chimprc values with ease.chimprc configoverviewnpm install -g @chimp-stack/doc-chimp
Or just use via npx:
npx @chimp-stack/doc-chimp overview
initYou can quickly create or update your .chimprc file using the built-in init command:
npx @chimp-stack/doc-chimp init
You'll be prompted to choose:
./.chimprc~/.chimprcThen you'll be walked through a few simple questions to generate the correct config for your project or environment. If a config already exists, it will be merged with your new choices — no overwrites or data loss.
Some fields (like openaiApiKey) are only written to global config for security and reusability.
doc-chimp supports configuration via the docChimp namespace in a .chimprc file at the root of your repo. This should be a plain JSON file (no .json extension).
.chimprc{
"docChimp": {
"exclude": [
"node_modules",
"dist"
],
"format": "markdown",
"outputDir": "docs",
"changelog": true
}
}
You can use doc-chimp config to manage settings in your .chimprc without editing the file manually (though you still can if you like that sort of thing).
config listdoc-chimp config list
Prints all current config values under the docChimp namespace.
config get <key>doc-chimp config get format
Gets the value of a specific config key.
config set <key> <value>doc-chimp config set output docs/
doc-chimp config set includePrivate true
Sets a config key. Supports string, boolean, number, and arrays (as comma-separated values).
doc-chimp overview [options]
Lists:
include / exclude patterns from your .chimprc, unless overridden.md) or JSON file| Flag | Description |
|---|---|
--pretty | Prettify output with colors |
--include <globs...> | Override include patterns from .chimprc |
--output [path] | Write overview to file instead of console |
- If no path provided, writes overview.md inside the configured output directory (default) | |
- If path is a directory (ends with /), writes overview.md inside that directory | |
- If path is a filename without extension, appends .md or .json depending on format | |
| - If path is a filename with extension, uses it as-is | |
| - If relative filename given, does NOT prepend output directory | |
--undocumented | Only include files lacking top-level documentation |
--show-changelog | Include the latest changelog entry for each file (requires changelog support in .chimprc) |
|
doc-chimp overview --pretty --include src/ packages/utils/ --output docs/
doc-chimp overview --output project-structure.md
doc-chimp overview --output ./custom-output.json --format json
doc-chimp overview --show-changelog --pretty
Feature requests, bug reports, and “this sucks” feedback all welcome. Start an issue or throw a PR.
Want to add your own AI model or custom formatter? Stay tuned for plugin support.
MIT. You break it, you bought it. Just kidding. But seriously, don’t blame the monkeys.
"Docs or it didn’t happen." — A very tired tech lead, probably
FAQs
> Documentation, automated. Less typing, more shipping.
We found that @chimp-stack/doc-chimp 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.