rollup-plugin-executable

The Rollup Executable Plugin changes output javascript file's executable state to ON on unix like operating systems.

Usage no npm install needed!

<script type="module">
  import rollupPluginExecutable from 'https://cdn.skypack.dev/rollup-plugin-executable';
</script>

README

Rollup Executable
Sponsored by Version Downloads Build Status Unix Build Status Windows

The Rollup Executable Plugin makes output file executable on UNIX like operating systems.

Installation

$ npm install --save-dev rollup-plugin-executable

Usage

In your rollup configuration file:

import executable from "rollup-plugin-executable"

rollup({
  entry: entry,
  ...
  plugins: [
    ...
    executable()
  ]
})

License

Copyright

Logo of Sebastian Software GmbH, Mainz, Germany

Copyright 2017-2019
Sebastian Software GmbH