feat(plugin-cli): add cli af (#3465)

This commit is contained in:
Alex Yang
2023-07-30 11:10:45 -07:00
committed by GitHub
parent 568d5e4cdf
commit 18fcaff5ee
27 changed files with 469 additions and 59 deletions

View File

@@ -4,6 +4,10 @@
"private": true,
"description": "Hello world plugin",
"version": "0.8.0-canary.3",
"scripts": {
"dev": "af dev",
"build": "af build"
},
"affinePlugin": {
"release": false,
"entry": {
@@ -14,5 +18,8 @@
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.27",
"@toeverything/plugin-infra": "workspace:*"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"
}
}