Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destinyitemmanager/d1-manifest-build
https://github.com/destinyitemmanager/d1-manifest-build
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/destinyitemmanager/d1-manifest-build
- Owner: DestinyItemManager
- Created: 2021-12-06T03:16:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T04:06:07.000Z (about 3 years ago)
- Last Synced: 2024-10-30T00:58:00.278Z (about 2 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D1 Manifests Scripts
To update the D1 Manifest JSON
1. Install `brotli` (`brew install brotli`)
2. `yarn`
3. `API_KEY= node ./processBungieManifest.js`
4. `./compress.sh`
5. `mv d1-manifests/* ../DIM/src/data/d1/manifests/`
6. `cd ../DIM`
6. Modify `d1-manifest-service.ts` to have a new date on the manifest URL.
7. `git commit --no-verify -m'Update D1 Manifests'`