Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "webflow-to-self-served-page",
|
||||
"description": "Convert Webflow exports with CSV CMS data to self-served static pages with dynamic content loading",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Agustin Trombotto",
|
||||
"organization": "Filadd"
|
||||
},
|
||||
"agents": [
|
||||
"./agents"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user