-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Doing github.com/rocketblend/official-library/packages/v0/builds/blender/4.2.2 every time you want to install something is far too long. Adding a way to configure alias would help massively in remember package references.
Example:
github.com/rocketblend/official-library/packages/v0/builds - builds
github.com/rocketblend/official-library/packages/v0/addons - addons
github.com/rocketblend/official-library/packages/v0/builds/blender - blender
These would be default and stored in the config.
Installing these would then look like:
rocketblend install builds/blender/4.2.2 or rocketblend install blender/4.2.2
Note
First version won't have a alias command manage them. Instead this can be done either by the config command or just by modifying it in a text editor.