1
0
Fork
You've already forked julevm
0
A dead-simple, cross-platform Jule version manager.
  • Go 92.7%
  • Nim 7.3%
pgmtx cb0acd32da
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Update version and call go mod tidy
2026年06月05日 17:07:08 +02:00
.woodpecker CI: fix go test scope and merge build/test step 2026年04月22日 19:00:25 +02:00
.gitignore Add README and release script 2025年11月03日 23:27:11 +01:00
commands.go Update pre-commit and fix golangci-lint warnings 2026年06月05日 16:48:49 +02:00
go.mod Update version and call go mod tidy 2026年06月05日 17:07:08 +02:00
go.sum feat: add support for tar.xz extraction 2026年06月05日 16:41:48 +02:00
installation_test.go Change environment path for tests 2026年04月22日 18:17:41 +02:00
LICENSE Add LICENSE 2026年02月03日 10:09:41 +01:00
main.go Update version and call go mod tidy 2026年06月05日 17:07:08 +02:00
prek.toml Update pre-commit and fix golangci-lint warnings 2026年06月05日 16:48:49 +02:00
README.md feat: add fish command to julevm completion 2026年04月13日 20:56:48 +02:00
release.nims deploy: add instructions for program compression 2026年04月13日 23:02:58 +02:00
uninstallation_test.go Change environment path for tests 2026年04月22日 18:17:41 +02:00

julevm

A dead-simple, cross-platform Jule version manager.

Usage

Make sure to place the directory of the default compiler to your PATH using julevm env.

You can also have auto-completion by adding source <(julevm completion bash) to your .bashrc, or julevm completion fish | source to your fish config file.

Dependencies

  • clang++, to compile the upstream version of julec;
  • git, to fetch and compare hashes of master versions.