jacobparis-insiders / sly

Monorepo for Sly CLI
https://sly-cli.fly.dev/
153 stars 11 forks source link

fix(cli): convert entrypoint to Node for cross-platform support #16

Closed wKovacs64 closed 8 months ago

wKovacs64 commented 8 months ago

Fixes #13

wKovacs64 commented 8 months ago

@jacobparis This change is working for me locally, but I think I'm going to publish my own temporary copy of the CLI to test it "for real" as simulating it with yalc was not as convincing as I'd like.

Let me know if you have any thoughts, though.

wKovacs64 commented 8 months ago

OK, published my own copy and confirmed it works on Windows and macOS. 👍

You can try the @wkovacs64/sly package yourself if you wish (for the next little while, anyway - I'd like to unpublish it once we're done here).

jacobparis commented 8 months ago

Awesome, thank you! I'm adding a test suite and getting the CI stuff set up properly so I stop being a bottleneck to contributions, then I'll merge this