Skip to content

Releases: XplnHUB/CodeNarrator

CodeNarrator v2.0.6 — The Smarter Narrator Update

01 Nov 21:09
1d11e48

Choose a tag to compare

What’s new

  • Fixed npm packaging warnings (bin path, repo URL, missing .npmignore)
  • Added optimized package.json with clean scripts, metadata, and file filtering
  • Added one-command release script (npm run publish:pro)
  • Improved project structure for faster installs and smaller bundle size
  • General stability & performance improvements for smoother CLI experience

Release Description

This release refines CodeNarrator’s developer experience and publish flow.
The CLI is now more stable, lighter, and ready for future AI-engine upgrades.
You can now ship updates to npm in one line — just run:

npm run publish:pro

Try it out:

npm i -g @codemaverick-143/codenarrator
codenarrator --help

Next up: integration with Gemini 2.0 API and offline narration caching for lightning-fast code explanations ⚡

Upgrade to analyse new technologies

30 Jul 11:19
70120b5

Choose a tag to compare

  • add technologies like : js, jsx , ts , tsx and 30+ more technologies

v1.0.2 – Config & Metadata Polish

02 Jul 06:29
4a77199

Choose a tag to compare

What's New

  • Added .codenarratorrc.json config file support for zero-arg execution
  • Polished package.json with:
    • npm-friendly repository link
    • CLI bin declaration cleanup
    • Postinstall message
    • Engine support + keywords
  • Upgraded to version 1.0.2

Install Globally

npm install -g @codemaverick-143/codenarrator