feat: optimze plugin system

This commit is contained in:
2023-07-19 17:16:50 +08:00
parent 25a8f35f28
commit 3f1de332fd
39 changed files with 6701 additions and 131 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
for package in `ls packages`; do
echo $package
pushd packages/$package

3
script/sync.sh Executable file
View File

@@ -0,0 +1,3 @@
for PACKAGE in `ls packages`;do
echo "${PACKAGE} $(curl -s "https://registry-direct.npmmirror.com/@ccms/${PACKAGE}/sync?sync_upstream=true" -X 'PUT')"
done