Skip to content

Releases: ferrix-lab/CodeNarrator

CodeNarrator v2.0.6 — The Smarter Narrator Update

Choose a tag to compare

@CodeMaverick-143 CodeMaverick-143 released this 01 Nov 21:09
1d11e48

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

Choose a tag to compare

@CodeMaverick-143 CodeMaverick-143 released this 30 Jul 11:19
70120b5
  • add technologies like : js, jsx , ts , tsx and 30+ more technologies

v1.0.2 – Config & Metadata Polish

Choose a tag to compare

@ArSa0109 ArSa0109 released this 02 Jul 06:29
4a77199

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