Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Use npm for install, update and uninstall where required (fixes #175) #189

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

oliverfoster
Copy link
Member

@oliverfoster oliverfoster commented Mar 2, 2023

fixes #175
refs adaptlearning/adapt_framework#3370

New

  • install, devinstall, update, uninstall, register, unregister and rename using npm for v6

Notes

  • install, update, devinstall and uninstall seem to be working well
  • Register, unregister and rename are as yet untested

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

@@ -158,26 +158,83 @@ export default class Target extends Plugin {

async install ({ clone = false } = {}) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the install function is quite lengthy, can any of this be separated out into individual functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Add npm layer
3 participants