Skip to content

bconnorwhite/babel-plugin-bin-shebang

Repository files navigation


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