Skip to content

v0.1.6

Choose a tag to compare

@chonknick chonknick released this 21 Mar 19:49
· 38 commits to main since this release

What's new

mx sync

Auto-detect and pull documentation for all project dependencies.

$ mx sync
  Scanning project dependencies...
  Found package.json (12 deps)

βœ“ react 19.2.4 (already installed)
↓ hono@4.12.8 (new)
Β· express β€” not in registry

Synced 2 packages (1 new, 1 up to date, 1 not in registry)

Supports: package.json, requirements.txt, pyproject.toml (PEP 621 + Poetry), Cargo.toml

Also in this release

  • ASCII art MANDEX logo in mx init
  • Refactored pull internals for reuse

Install / Upgrade

curl -fsSL https://mandex.dev/install.sh | sh