Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/just - Add just command runner #1320

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

use-the-fork
Copy link
Contributor

@use-the-fork use-the-fork commented Jul 4, 2024

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:

…rmatting, testing, generating change logs, and managing processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print version information when entering shell Adding commands to devenv
1 participant