@firestone-hs/reference-data
TypeScript icon, indicating that this package has built-in type declarations

2.0.35 • Public • Published

Copy the files to S3

aws s3 cp ./src/hs-achievements.json s3://static.zerotoheroes.com/hearthstone/jsoncards/ --acl public-read
aws s3 cp ./src/card-backs.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
aws s3 cp ./src/deck-templates.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
aws s3 cp ./src/tavern-brawls.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
aws s3 cp ./src/mercenaries/ s3://static.zerotoheroes.com/hearthstone/data/mercenaries/ --recursive --acl public-read
aws s3 cp ./src/cards/ s3://static.zerotoheroes.com/hearthstone/jsoncards/ --recursive --acl public-read
aws s3 cp ./src/cards/ s3://static.firestoneapp.com/data/cards/ --recursive --acl public-read

Generate the card back data from the Blizzard API, eg

Dev stuff

rm -rf dist && tsc && rm -rf dist/node_modules && npm publish --access public

rm -rf dist && tsc && rm -rf dist/node_modules && 'cp' -rf dist/ /e/Source/zerotoheroes/firestone/core/node_modules/@firestone-hs/reference-data/

Readme

Keywords

none

Package Sidebar

Install

npm i @firestone-hs/reference-data

Weekly Downloads

213

Version

2.0.35

License

MIT

Unpacked Size

3.9 MB

Total Files

188

Last publish

Collaborators

  • sebastientromp