devboxes
v0.0.1
Published
Defensive placeholder for devboxes.sh. Coming soon.
Downloads
11
Maintainers
Readme
devboxes
Defensive placeholder for devboxes.sh. Coming soon.
This package is a defensive placeholder for devboxes.sh, which is coming soon.
If you installed this package accidentally, remove it:
npm uninstall devboxesIf you intended to install a different dev-environment tool or SDK, check that project's official documentation and verify the exact package name before installing anything else.
Behavior
This package has no runtime dependencies and no install lifecycle scripts. It does not run code during npm install, does not collect telemetry, and does not make network requests.
When imported or required, it throws a clear error explaining that the wrong package was installed. When invoked as a CLI, it prints the same warning and exits with status code 1.
Examples
import 'devboxes';
// throws: You installed `devboxes`. This is a defensive placeholder package for devboxes.sh, which is coming soon.npx devboxes
# prints a warning and exits with status code 1Maintainer note
This package exists to reduce package-confusion risk around autonomous tooling and developer-environment workflows. It is not affiliated with OpenAI, Vercel, Jetify Devbox, Microsoft Dev Box, CodeSandbox, or any third-party agent-sandbox provider.
