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

Template + automation for Node packages installed with npm from a URL #1047

Open
Ana06 opened this issue May 16, 2024 · 0 comments
Open

Template + automation for Node packages installed with npm from a URL #1047

Ana06 opened this issue May 16, 2024 · 0 comments
Labels
💎 enhancement It is working, but it could be better 🏃 CI Related to CI

Comments

@Ana06
Copy link
Member

Ana06 commented May 16, 2024

Details

We have helper functions for packages installing Node tools using npm. In #1046 we are adding a template to our create_package_template.py script and an issue template + automation for Node tools from the JavaScript Package Registry installed using npm install -g <tool_name>.

We could add to the existent NEW PACKAGE from URL template Node packages installed with npm from a URL (such as GH repos). For this we can use the VM-Install-Node-Tool-From-Zip function. We would need to add an extra arguments or command parameter to the script and the template, which would be an improvement for the current package types as well. I suggest implementing it in multiple steps (two separate PRs):

  1. add arguments parameter to script + current template. Tracked now as Add arguments parameter to script + issue templates #1082
  2. add a ZIP_NODE type for node packages installed with npm from a URL to the create_package_template.py script & add to the existent NEW PACKAGE from URL template the ZIP_NODE type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💎 enhancement It is working, but it could be better 🏃 CI Related to CI
Projects
None yet
Development

No branches or pull requests

1 participant