Rollup Executable 
 
  
  
  
 
The Rollup Executable Plugin makes output file executable on UNIX like operating systems.
Installation
$ npm install --save-dev rollup-plugin-executableUsage
In your rollup configuration file:
import executable from "rollup-plugin-executable"
rollup({
  entry: entry,
  ...
  plugins: [
    ...
    executable()
  ]
})License
Copyright
Copyright 2017-2019
Sebastian Software GmbH
 sebastian-software
sebastian-software