GoogleChromeLabs / GoogleChromeLabs/jsvu
Installation should create unixy shortcuts on Windows when invoked through git bash
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
When installing from git bash on Windows, the tool should create unixy shortcuts instead of `cmd` ones (or actually it could create both, so that things work from `cmd` as well as `bash`).
```
...
Installing wrapper script to ~\.jsvu\spidermonkey.cmd…
...
Installing wrapper script to ~\.jsvu\v8.cmd…
```
git bash can be recognized via `/^MINGW(32|64)$/.test(process.env.MSYSTEM)`
Contributor guide
Assessment
This issue has not been assessed yet.