rollup-plugin-executable

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


Keywords
rollup-plugin, file, executable
License
MIT
Install
npm install rollup-plugin-executable@1.6.3

Documentation

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

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