Skip to content

Rollup.js plugin for adding unix-style shebang to your bundle.

License

Notifications You must be signed in to change notification settings

zeekay/rollup-plugin-shebang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rollup.js plugin for adding unix-style shebang to your bundle.

Resources

License

Stars

Watchers

Forks

Packages

No packages published