https://github.com/guoyunhe/playstation-store
https://github.com/guoyunhe/playstation-store
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoyunhe/playstation-store
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2022-04-01T08:13:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T02:44:06.000Z (about 3 years ago)
- Last Synced: 2025-01-10T17:39:37.882Z (5 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlayStation Store
```bash
# initialize/update modules, add it to postinstall script of package.json
git submodule update --init --remote# add a new module
git submodule add [email protected]:guoyunhe/xbox-store.git src/modules/xbox-store
```