@uupm/cli
v0.0.8
Published
uupm - a Unity Package Manager
Downloads
89
Readme
UUPM
UUPM
is a tool for managing Unity packages, including installing, updating, and removing packages from UPM and NuGet registries.
Installation
npm i -g @uupm/cli
Usage
Install package from UPM
uupm i <package-name>
uupm i <package-name>@<version>
Install package from NuGet
uupm i <PackageName>
uupm i <PackageName>@<version>
Features
- [x] Configure UPM registries
- [x] Configure NuGet registries
- [ ] Install package from UPM
- [x] Install package from NuGet
- [ ] List installed packages
- [ ] Update package
- [ ] Remove package
- [x] Freeze version to offline mode
- [ ] Create new package
- [ ] Publish package to UPM
License
MIT