Skip to content

Conversation

trvswgnr
Copy link

this will allow people to install the crab toolchain and use the commands crabc, crabgo, crabfmt, crabup, and crabdoc.

it currently does this by creating script files for each command that simply runs the original command.

the lib.rs file contains a constant called TOOLS containing an array of commands that are allowed by proxy, and if we try to add symlinks with ln -s for crabgo, crabc, etc it throws an error since they are not in that array.

i think we'll have to build for every target (possibly modifying the CI workflows from this repo) to have changes reflected.

the file crabup-init.sh will have to be hosted somewhere for easy installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants