元カレ計算機(グラブル攻撃力計算機)の開発用リポジトリです。
- src: トランスパイル前のソースコード
- dist: トランスパイル後のソースコード
- src内をいじる
- npm run build で dist/main.js等を生成
- もしくは npm run watch-dev で監視する
- リリース時にproductionブランチにmergeしてからnpm run production-build
現在のトランスパイルコマンド
npm run build
DB通信用の*phpファイルは管理していません。
$ git clone https://github.com/hoshimi/motocal.git motocal
$ cd motocal
$ npm install
$ npm run build
$ open index.html
npm run watch-dev
を実行していると、自動でトランスパイルされます。
- arm_data_converter.py
- txt_source/armData-ssr.txtとtxt_source/armData-sr.txtからarmData.jsonを生成します.
- chara_data_converter.py
- txt_source/charaData.txtからcharaData.jsonを生成します.
- download_armimages_from_wiki.sh
- imgs/imageURLlist.txt内に記載されている画像データをwikiから持ってきます.
- download_charaimages_from_wiki.sh
- charaimgs/imageURLlist.txt内に記載されている画像データをwikiから持ってきます.