https://github.com/guoyunhe/xbox-store
https://github.com/guoyunhe/xbox-store
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoyunhe/xbox-store
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2022-04-01T08:10:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T02:43:56.000Z (about 3 years ago)
- Last Synced: 2025-01-10T17:39:24.584Z (5 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 1
- 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/nintendo-store.git src/modules/nintendo-store
```