Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:39 +08:00
commit 206c2c3f46
6 changed files with 326 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "local-env-file-management",
"description": "Tools to populate local .env files from 1password secrets.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Dennis Somerville",
"email": "densom@users.noreply.github.com"
},
"commands": [
"./commands"
]
}