https://github.com/boot-clj/bootstrap
Boot-clj loader - downloads and runs boot.
https://github.com/boot-clj/bootstrap
Last synced: 9 months ago
JSON representation
Boot-clj loader - downloads and runs boot.
- Host: GitHub
- URL: https://github.com/boot-clj/bootstrap
- Owner: boot-clj
- License: mit
- Created: 2019-01-13T02:59:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T12:59:28.000Z (over 6 years ago)
- Last Synced: 2025-04-18T22:51:39.187Z (9 months ago)
- Language: Clojure
- Homepage:
- Size: 32.2 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap
This is boot's loader shim, it's used to download and configure a specific version of boot for a project.
To increase performance this package contains only closed-world code, which is a requirement for compiling bootstrap to a native-image using Oracle GraalVM.
- Compatible with any version of Boot, 3.0.0 or later.
- Currently supported runtimes:
- OpenJDK
- Windows
- MacOS
- Linux
- GraalVM
- Linux