mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
Added querying and removing plugins. (#6274)
* Added querying and removing plugins. * Added listing and removing plugins via cli
This commit is contained in:
parent
d9a0ecba53
commit
54860cd35a
5 changed files with 127 additions and 61 deletions
|
@ -24,7 +24,9 @@
|
|||
"test-ui:ui": "pnpm --filter ep_etherpad-lite run test-ui:ui",
|
||||
"test-admin": "pnpm --filter ep_etherpad-lite run test-admin",
|
||||
"test-admin:ui": "pnpm --filter ep_etherpad-lite run test-admin:ui",
|
||||
"install-plugins": "pnpm --filter bin run install-plugins"
|
||||
"install-plugins": "pnpm --filter bin run install-plugins",
|
||||
"remove-plugins": "pnpm --filter bin run remove-plugins",
|
||||
"list-plugins": "pnpm --filter bin run list-plugins"
|
||||
},
|
||||
"dependencies": {
|
||||
"ep_etherpad-lite": "workspace:./src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue