chore(readme): update readme

This commit is contained in:
anatawa12 2023-01-23 22:01:49 +09:00
commit 9b894d62f3
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6

View file

@ -1,45 +1,14 @@
OSS VPM
`vrc-get`
====
Opensource reimplementation of vpm command.
Open Source command line interface of VRChat Package Manager.
## Goals
- Provide OSS version of vpm command especially around package manager
- Provide more functionality than official vpm around package manager
- Provide Open Source command line interface of VRChat Package Manager.
- Provide more functionality than official vpm command around package manager.
## Progress
Ports
- [ ] `vpm new`
- [x] `vpm add`
- [x] `vpm add repo`
- [x] `vpm add package`
- [ ] `vpm install`
- [ ] `vpm install hub` (Not to be implemented early)
- [ ] `vpm install unity` (Not to be implemented early)
- [ ] `vpm install vcc` (Not to be implemented early)
- [ ] `vpm install templates` (I don't know how can I implement this)
- [ ] `vpm list`
- [ ] `vpm list unity` (Not to be implemented early)
- [x] `vpm list repos`
- [x] `vpm list repo`
- [ ] `vpm list templates` (Not to be implemented early)
- [ ] `vpm check` (Not to be implemented early)
- [ ] `vpm check package`
- [ ] `vpm check unity`
- [ ] `vpm check hub`
- [ ] `vpm check project`
- [ ] `vpm check template`
- [ ] `vpm check vcc`
- [ ] `vpm remove`
- [ ] `vpm remove repos`
- [ ] `vpm migrate`
- [ ] `vpm migrate project`
Features
- [x] `vpm add repo <pkg> <version>`
- [x] `vpm resolve` An command to resolve packages
## Features
- Install command with specific version number
- Resolve command to reinstall dependencies