gsd-tools
v0.0.1
Published
Defensive placeholder — the real package is @opengsd/gsd-core, which provides the gsd-tools binary. Held to prevent name-squatting and transferable to the OpenGSD maintainers on request.
Maintainers
Readme
gsd-tools — defensive placeholder
This is not the GSD tool. The real gsd-tools binary ships inside
@opengsd/gsd-core
(source: https://github.com/open-gsd/gsd-core).
To run it:
npx -y --package=@opengsd/gsd-core@latest -- gsd-toolsWhy this package exists
The unscoped name gsd-tools was unregistered on npm while matching the name of a binary
shipped by the actively-used scoped package @opengsd/gsd-core. Left unclaimed, anyone
could have registered it and had their code fetched and run by someone reaching for the
real tool by its bare name.
This package was published purely to close that window. It:
- contains no install scripts of any kind (no
preinstall,postinstall,prepare) - has no dependencies
- ships one executable that prints this explanation and exits non-zero
It does nothing, collects nothing, and phones nowhere.
Transfer
This name belongs to the OpenGSD maintainers whenever they want it. It is held in
custody, not claimed. Maintainers: open an issue on
https://github.com/open-gsd/gsd-core or contact the npm owner of this package, and
ownership will be transferred immediately via npm owner add.
License
MIT
