rollup-plugin-shebang

0.1.5 • Public • Published

rollup-plugin-shebang

Rollup.js plugin which adds a unix-style shebang.

Installation

npm install --save-dev rollup-plugin-shebang

Usage

Add the following code to your project's rollup.config.js:

import shebang from 'rollup-plugin-shebang';
 
export default {
  entry: 'index.js',
  plugins: [
    shebang()
  ]
};

License

MIT

Package Sidebar

Install

npm i rollup-plugin-shebang

Weekly Downloads

34

Version

0.1.5

License

MIT

Unpacked Size

3.76 kB

Total Files

8

Last publish

Collaborators

  • zeekay