rollup-plugin-executable
TypeScript icon, indicating that this package has built-in type declarations

1.6.3 • Public • Published

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

Package Sidebar

Install

npm i rollup-plugin-executable

Weekly Downloads

830

Version

1.6.3

License

MIT

Unpacked Size

9.88 kB

Total Files

9

Last publish

Collaborators

  • fastner
  • swernerx