envprism 0.1.0-dev.6-74bba93 → 0.1.0-dev.8-eaeab9f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
**One set of variables, refracted into many environment views — a TUI for managing `.env*` files side by side**
|
|
6
6
|
|
|
7
|
+
[](https://www.npmjs.com/package/envprism)
|
|
8
|
+
[](https://www.npmjs.com/package/envprism)
|
|
9
|
+
[](https://github.com/TitusKirch/envprism/actions/workflows/ci.yml)
|
|
10
|
+
[](https://bun.sh/)
|
|
11
|
+
[](LICENSE)
|
|
12
|
+
|
|
7
13
|

|
|
8
14
|
|
|
9
15
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "envprism",
|
|
4
|
-
"version": "0.1.0-dev.
|
|
4
|
+
"version": "0.1.0-dev.8-eaeab9f",
|
|
5
5
|
"description": "TUI-based env file manager — refract one set of variables into many environment views.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bun",
|