excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
457 stars 55 forks source link

Use a JS wrapper for shell commands in package.json scripts #134

Closed fultonm closed 5 months ago

fultonm commented 5 months ago

To run the debug scripts on Windows, which does not have commands named cp and rm, we need to use a JS wrapper.

SHX looks like a very good drop in wrapper to use and worked for me under Windows.

Can others test that the debug and other scripts continue to function as expected on other platforms such as Linux and MacOS?

Also update the Readme.md to be slightly more precise when referring to names of commands.

pomdtr commented 5 months ago

Thanks !