Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:52:55.000Z (2 months ago)
- Last Synced: 2024-09-18T09:17:49.369Z (2 months ago)
- Topics: graalvm, graalvm-native-image, java, jbang, jbang-catalog
- Language: PowerShell
- Homepage:
- Size: 62.5 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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
```