๐Ÿ“ฆ yanecc / vfox-crystal

Crystal language plugin for vfox

โ˜… 10 stars โ‘‚ 1 forks ๐Ÿ‘ 10 watching โš–๏ธ Apache License 2.0
crystalcrystal-langversion-managervfox-plugin
๐Ÿ“ฅ Clone https://github.com/yanecc/vfox-crystal.git
HTTPS git clone https://github.com/yanecc/vfox-crystal.git
SSH git clone git@github.com:yanecc/vfox-crystal.git
CLI gh repo clone yanecc/vfox-crystal
Sunrise Sunrise Update `Publish for Release.yml` 3c2b5f0 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ hooks
๐Ÿ“ lib
๐Ÿ“„ Injection.lua
๐Ÿ“„ LICENSE
๐Ÿ“„ metadata.lua
๐Ÿ“„ README.md
๐Ÿ“„ README.md

vfox-crystal

Crystal language plugin for vfox.

Support Crystal โ‰ฅ 0.24.2 and Nightly Builds (โ‰ฅ 1.3.0 for Windows).

Install

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:

  • accelerate getting the latest version
  • accelerate fetching available versions
  • enable installing nightly builds on Windows