rollup-plugin-executable

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

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

npm i rollup-plugin-executable

Metadata

  • MIT
  • >=10.0.0
  • Sebastian Fastner
  • released 5/12/2021

Downloads