babel-plugin-bin-shebang

Prepend node shebang to bin files

Usage no npm install needed!

<script type="module">
  import babelPluginBinShebang from 'https://cdn.skypack.dev/babel-plugin-bin-shebang';
</script>

README


Prepend node shebang to bin files.

This shebang will be added to each file listed in the bin field of your project's package.json:

#!/usr/bin/env node

Installation

yarn add babel-plugin-bin-shebang
npm install babel-plugin-bin-shebang

Usage

In babel.config.json:

{
  "plugins": [
    "babel-plugin-bin-shebang"
  ]
}

Dependenciesdependencies

  • @bconnorwhite/package: A utility for reading package.json of a project, and forming paths relative to it.

Dev DependenciesDavid


License license

MIT