devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Feature/just - Add just command runner

Open use-the-fork opened this issue 7 months ago • 1 comments

This pull request introduces the Just command runner and integrates it directly into devenv.

Key Additions:

  • Implements the Just command runner directly into devenv script. (can be turned on by adding just.enable = true; to a script)
  • Integrates with devenv up, and version.
  • Includes sample Just scripts for initial use and further development.
  • Adds the default justfile, which imports just.flake into REQUIRED_FILES for proper setup.
  • Updates documentation to include new options and settings for the Just command runner.

The final result looks like this: image

Issues Addressed:

  • Closes #739
  • Closes #117

use-the-fork avatar Jul 04 '24 14:07 use-the-fork