Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 286 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 286 Bytes

dos2unix-cli

A NodeJS commandline tool to convert DOS line breaks to Unix line breaks

Useful mostly for npm's "prepublish" script when publishing from Windows machine to solve the infamous "env: node\r: No such file or directory?" problem when running a node script on mac or linux.