You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
The text was updated successfully, but these errors were encountered:
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 usingnpm 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 extraarguments
orcommand
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):arguments
parameter to script + current template. Tracked now as Add arguments parameter to script + issue templates #1082ZIP_NODE
type for node packages installed with npm from a URL to thecreate_package_template.py
script & add to the existent NEW PACKAGE from URL template theZIP_NODE
type.The text was updated successfully, but these errors were encountered: