Hacker News new | ask | show | jobs
by kodablah 4865 days ago
If you specify a js file as an executable file in your package.json, npm wraps it in a .cmd file on Windows just like it wraps it in a shell file on nix.
1 comments

That's good to know. Thanks!