Last 12 weeks ยท 0 commits
4 of 6 standards met
Repository: sindresorhus/open-cli. Description: Open stuff like URLs, files, executables. Cross-platform. Stars: 438, Forks: 25. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v8.0.0 (2y ago). Open PRs: 0, open issues: 0. Last activity: 3mo ago. Community health: 85%. Top contributors: sindresorhus, Richienb, SamVerschueren, cancerberoSgx, sonnyp, chiu1028, v1rtl.
I use this cli to pass args via npm scripts like: But on MacOS Mojave it doesn't works, I think it is because the browser is named diferently on the OS. But even when passing: The browser doesn't start. Calling it opens the browser. My necessity is to open another instance of the browser with a profile scoped to the folder. I've wrote a simple script as a workaround to use on my project, but I think this package could solve this problem more elegantly. There is a $40.00 open bounty on this issue. Add more on Issuehunt. Checkout the Issuehunt explorer to discover more funded issues. Need some help from other developers? Add your repositories on Issuehunt to raise funds.
Hello! Thanks for your tremendous work for open source. I came across your (kinda) simple package to simply say in my npm script and stay cross-platform. I also see quite a simple implementation in . Bull well why how come this happens: !image Can we consider lowering the number of dependencies for the utility that ideally should have none? Any thoughts on it? As a package downloaded 100M+ times per month it would save so much. Thanks!