https://github.com/helpermethod/p2e
Convert Spring configuration property names to environment variable names.
https://github.com/helpermethod/p2e
graalvm graalvm-native-image java jbang jbang-catalog
Last synced: 14 days ago
JSON representation
Convert Spring configuration property names to environment variable names.
- Host: GitHub
- URL: https://github.com/helpermethod/p2e
- Owner: helpermethod
- License: apache-2.0
- Created: 2022-05-25T15:02:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T13:48:23.000Z (about 2 months ago)
- Last Synced: 2025-04-30T15:06:07.271Z (about 2 months ago)
- Topics: graalvm, graalvm-native-image, java, jbang, jbang-catalog
- Language: PowerShell
- Homepage:
- Size: 68.4 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :arrows_counterclockwise: p2e
Convert Spring configuration property names to environment variable names.
# Usage
The easiest way to use `p2e` is via [JBang](https://jbang.dev/).
```sh
$ jbang p2e@helpermethod spring.application.name
# outputs SPRING_APPLICATION_NAME
```Alternatively, you can install `p2e` as a native image with [Homebrew](https://brew.sh/).
```sh
$ brew tap helpermethod/tap
$ brew install p2e$ p2e spring.application.name
# outputs SPRING_APPLICATION_NAME
```