
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Development Environment Reimagined. A CLI manager for managing and sharing development environment configurations.
Development Environments Reimagined.
A CLI application for managing microservice, containerized development environments.
Install with
npm install -g denvr
Use with the now-installed binary:
$ denvr -h
Usage: denvr [top-options] subcmd [subcmd-options]
Top-level options:
-c, --configdir DIR ~/.denvr Configuration Directory
-v Verbosity level
-h, --help
Available Subcommands:
version: Report version of denvr
up: Bring an environment up
down: Shut an environment down
status: Query the status of environments
sync: Start code-sync of a single container
unsync: Stop code-sync of a single container
rebuild: Rebuild a single container and update local environment
push: Push an environment to a remote repository
pull: Pull an updated environment from a remote repository
clone: Clone an environment from a remote repository
denvr
is written in Clojurescript and runs in node.js.
To build a javascript bundle, use:
lein build # aka: lein cljsbuild once main
Then you can execute it with:
node build/main.js [top-options] subcmd [subcmd-options]
To test once, just use:
lein test # aka: lein doo node test-node once
To test and watch for changes, use:
lein test-auto # aka: lein doo node test-node auto
MIT license found in LICENSE file.
FAQs
Development Environment Reimagined. A CLI manager for managing and sharing development environment configurations.
The npm package denvr receives a total of 2 weekly downloads. As such, denvr popularity was classified as not popular.
We found that denvr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.