budgielang / budgie-cli

Node CLI for Budgie. 🦜
https://budgielang.org
MIT License
1 stars 0 forks source link

Support CS-Budgie #19

Open JoshuaKGoldberg opened 6 years ago

JoshuaKGoldberg commented 6 years ago

TS-Budgie was relatively easier to support because it can be imported as just another JavaScript module. CS-Budgie will need to have some kind of native bindings run.

Fortunately, C# runs on Linux/Mac/Windows, so I assume something (node-gyp? edge.js?) must already exist for this.