standard-www icon indicating copy to clipboard operation
standard-www copied to clipboard

migrate shelljs into just a plain shell script

Open Flet opened this issue 7 years ago • 3 comments

Its probably safe to just eliminate shelljs and replace it with a shell script.

Flet avatar Apr 28 '17 02:04 Flet

The downside to consider is that it will no longer work on Windows, probably not a problem though

LinusU avatar Apr 28 '17 07:04 LinusU

Bash actually runs on windows these days, so this gets a +1 from me!

feross avatar Apr 29 '17 00:04 feross

npm-run-all is also very windows friendly and lets you do complex things without too many incompatible bash tricks.

Sent from my mobile

On Apr 28, 2017, at 5:57 PM, Feross Aboukhadijeh [email protected] wrote:

Bash actually runs on windows these days, so this gets a +1 from me!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

bcomnes avatar Apr 29 '17 01:04 bcomnes