Releases: amah/smart-data-dico
Releases · amah/smart-data-dico
v1.11.0
Self-contained CLI tarball for restricted / air-gapped environments — no git, no build, no npm-registry access to this package, and no node_modules required (the backend is esbuild-bundled and bin/cli.js uses only Node built-ins; Node ≥ 18).
Install (no git, no build)
curl -fL -o smart-data-dico.tgz \
https://github.com/amah/smart-data-dico/releases/download/v1.11.0/hamak-smart-data-dico-1.11.0.tgz
npm install -g ./smart-data-dico.tgz
smart-data-dico --data-dir /path/to/your/projectFor a fully air-gapped machine, download the .tgz on a connected host, copy it over, and run the npm install -g ./…tgz step there — it needs no network.
Other install paths (npm, from source, build-from-git script) are documented in the README under Installation → Option C. See CHANGELOG.md for what's in 1.11.0.