Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:24 +08:00
commit 8b82a349e4
5 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "gmail-plugin",
"description": "Gmail CLI integration for composing, sending, searching, and managing emails",
"version": "1.0.0",
"author": {
"name": "Fucheng Warren Zhu",
"email": "wzhu@college.harvard.edu"
},
"commands": [
"./commands"
]
}