You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generator (a.k.a CCIP-Puzzle-Configuration-Generator-Chocolate) is an option for creating configuration file of game. It is not necessary for this project.
There are some way to keep relationship include version between generator and this project:
Add an link with simple description for generator on README.md of this project
Instead of submodule, build-config.sh and config.json, add generator as an optional dependency package into package.json and use npm run <script> which defined inside package with given <spreadsheet keys> from stdin to generate configuration file.
The text was updated successfully, but these errors were encountered:
The generator (a.k.a CCIP-Puzzle-Configuration-Generator-Chocolate) is an option for creating configuration file of game. It is not necessary for this project.
There are some way to keep relationship include version between generator and this project:
build-config.sh
andconfig.json
, add generator as an optional dependency package intopackage.json
and usenpm run <script>
which defined insidepackage
with given<spreadsheet keys>
from stdin to generate configuration file.The text was updated successfully, but these errors were encountered: