memorizz
v0.4.0
Published
npm bootstrapper for the memorizz Python CLI — installs the real tool via uv.
Maintainers
Readme
memorizz (npm bootstrapper)
This npm package is a convenience bridge that installs the real
memorizz Python CLI for Node-first
developers. On npm install -g memorizz it:
- finds or installs
uv(a standalone binary that manages its own Python — you do not need Python pre-installed), then - runs
uv tool install memorizz.
The memorizz command then execs the uv-installed CLI.
First-class install paths
If you already use Python tooling, prefer these:
uv tool install memorizz # recommended
pipx install memorizzUninstall
npm uninstall -g memorizz
uv tool uninstall memorizz # the npm shim does not remove the uv-managed toolEnv
MEMORIZZ_SKIP_POSTINSTALL=1— skip the bootstrap duringnpm install.
