logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Devenv - Create Development Environments | Online Free DevTools by Hexmos

Create reproducible development environments with Devenv. Manage dependencies and configurations for consistent development across platforms. Free online tool, no registration required.

devenv

Fast, Declarative, Reproducible and Composable Developer Environments using Nix. More information: https://devenv.sh/getting-started/#commands.

  • Initialize the environment:

devenv init

  • Enter the Development Environment with relaxed hermeticity (state of being airtight):

devenv shell --impure

  • Get detailed information about the current environment:

devenv info --verbose

  • Start processes with devenv:

devenv up --config {{path/to/file}}

  • Clean the environment variables and re-enter the shell in offline mode:

devenv --clean --offline

  • Delete the previous shell generations:

devenv gc

See Also