Crystal language plugin for vfox
https://github.com/yanecc/vfox-crystal.git
Crystal language plugin for vfox.
Support Crystal โฅ 0.24.2 and Nightly Builds (โฅ 1.3.0 for Windows).
After installing vfox, install the plugin by running:
`` shell
vfox add crystal
%%CODEBLOCK0%% shell
vfox search crystal
vfox search crystal --no-cache && vfox search crystal
%%CODEBLOCK1%% shell
vfox install crystal@latest
%%CODEBLOCK2%% shell
vfox install crystal@dev
vfox install crystal@nightly
vfox install crystal@20240701
%%CODEBLOCK3%% shell
vfox use crystal@20240701
%%CODEBLOCK4%% shell
sed -i 's/githubToken = os.getenv("GITHUB_TOKEN") or "",/githubToken = os.getenv("GITHUB_TOKEN") or "<YOUR_GITHUB_TOKEN>",/' ~/.version-fox/plugin/crystal/lib/util.lua
``
This will: