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

[Feature Request] The ability to install & manage packages without touching json or command line #9

Open
Codel1417 opened this issue Nov 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Codel1417
Copy link

Basically I would like to manage packages in a GUI just by specifying a package name and maybe version, and then godot.package automatically updates to add/remove/change version.

Adding a package could be handled by having an input field that accepts the same package name npm cli would accept, with or without the version tag.

Similar to how rider handles packages, but without searching the registry, just adding/removing
image

@you-win you-win added the enhancement New feature or request label Nov 20, 2022
@you-win
Copy link
Member

you-win commented Nov 20, 2022

Seems like this can be done using NPM's search api. Will need to look into this a bit more.

@bend-n
Copy link
Member

bend-n commented Dec 14, 2022

Do you want this to be a standalone tool or just a editor plugin?

Should it allow you to install packages into multiple projects, or only one?

Does it search for new packages, or just allow you to uninstall/install packages that are already installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants