rollup-plugin-executable

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

MIT 20 个版本
安装
npm install rollup-plugin-executable
yarn add rollup-plugin-executable
pnpm add rollup-plugin-executable
bun add rollup-plugin-executable
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

Logo of Sebastian Software GmbH, Mainz, Germany

Copyright 2017-2019
Sebastian Software GmbH

版本列表
1.6.3 2021-05-12
1.6.2 2020-12-22
1.6.1 2020-11-24
1.6.0 2020-05-08
1.5.3 2020-03-31
1.5.2 2019-12-13
1.5.1 2019-10-01
1.5.0 2019-06-21
1.4.6 2019-06-20
1.4.5 2019-03-22
1.4.4 2019-01-25
1.4.3 2019-01-10
1.4.2 2019-01-10
1.4.1 2019-01-10
1.4.0 2019-01-10
1.3.0 2018-08-10
1.2.0 2018-02-01
1.1.0 2017-08-25
1.0.0 2017-02-08
0.0.2 2017-02-08