Skip to content

0.0.19

Compare
Choose a tag to compare
@piraka9011 piraka9011 released this 28 Mar 14:18
a1652fe
  • The shebang transform has been generalized. Users can now bundle any type of script (ex. #!/bin/bash, #!/bin/node, etc.) and it will be properly transformed to #!/usr/bin/env <command>.
  • Fix some shebang transformation bugs and update the documentation.