babel-plugin-bin-shebang

1.0.3 • Public • Published

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

/babel-plugin-bin-shebang/

    Package Sidebar

    Install

    npm i babel-plugin-bin-shebang

    Weekly Downloads

    16

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    6.17 kB

    Total Files

    7

    Last publish

    Collaborators

    • bconnorwhite