Tutorial

Framework
Tutorial
Category
Publisher
{
  "packages": [
    "gh",
    "glow",
    "vim@latest"
  ],
  "shell": {
    "init_hook": [
      "clear && PAGER=cat glow README.md"
    ],
    "scripts": {
      "readme": "clear && PAGER=cat glow README.md"
    }
  }
}

Devbox Quickstart

This shell includes a basic devbox.json with a few useful packages installed, and an example init_hook and script

Open In Devspace

Adding New Packages

Run devbox add <package> to add a new package. Remove it with devbox rm <package>.

For example: install Python 3.10 by running:

devbox add python310

Devbox can install over 80,000 packages via the Nix Package Manager. Search for packages at https://search.nixos.org/packages

Running Devbox Scripts

You can add new scripts by editing the devbox.json file

You can run scripts using devbox run <script>

For example: you can replay this help text with:

devbox run readme

Next Steps

README.md

Level up your dev environment

No need to switch your style. Devbox works with any coding language, so you can get results as you write.
PREPARE FOR LAUNCH

Plans for teams of any size

Jetify Cloud offers pricing plans for Solo Developers to Large Enterprises, and everything in between. All plans include free credits, and you are only billed for what you use. Need something custom? Contact our team and we can help.
YOUR INPUT COUNTS

Join the community

Discuss ideas, uses and builds with the Jetify team and others.