rollup-plugin-shebang
v0.1.5
Published
A Rollup.js plugin to pre-pend a unix-style shebang on an executable file
Maintainers
Readme
rollup-plugin-shebang
Rollup.js plugin which adds a unix-style shebang.
Installation
npm install --save-dev rollup-plugin-shebangUsage
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
