goodesign 0.1.0

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.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/index.js +3 -0
  3. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # Goodesign
2
+
3
+ AI-powered design template platform — 设计模板资源与 AI Agent 集成平台。
4
+
5
+ ## Coming Soon
6
+
7
+ - 设计模板市场
8
+ - AI Agent 集成(skill / prompts / rules)
9
+ - CLI 工具
10
+ - 桌面应用
11
+
12
+ ## License
13
+
14
+ MIT
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // Goodesign - AI-powered design template platform
2
+ // 官网: goodesign.com (coming soon)
3
+ console.log("Goodesign — AI-powered design platform");
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "goodesign",
3
+ "version": "0.1.0",
4
+ "description": "Empowering AI for goodesign — simple usage, stable output",
5
+ "main": "index.js",
6
+ "keywords": [
7
+ "design",
8
+ "template",
9
+ "ai",
10
+ "agent",
11
+ "goodesign"
12
+ ],
13
+ "author": "fredee",
14
+ "license": "MIT"
15
+ }