@yumekaz/orbits
v0.1.3
Published
npm wrapper for the Orbits codebase map and cleanup-confidence CLI.
Downloads
599
Maintainers
Readme
@yumekaz/orbits
npm wrapper for Orbits, a codebase map, dependency graph analyzer, and cleanup-confidence CLI.
npm install -g @yumekaz/orbits
orbits scan . --open
orbits cleanup-plan .
orbits scale-proof .
orbits language-coverage .This package installs the Python package orbits-codebase from PyPI during postinstall, then exposes the orbits command through npm.
Requirements:
- Node.js 18+
- Python 3.10+
pip
Useful environment variables:
ORBITS_PYTHON=/path/to/pythonchooses the Python executable.ORBITS_SKIP_PIP_INSTALL=1skips the npm postinstall pip step.ORBITS_NO_AUTO_INSTALL=1prevents first-run auto-install.ORBITS_PIP_PACKAGE=orbits-codebase==0.1.3overrides the PyPI package spec.
