rollup-plugin-executable

  • Version 1.6.3
  • Published
  • 9.88 kB
  • 1 dependency
  • MIT license

Install

npm i rollup-plugin-executable
yarn add rollup-plugin-executable
pnpm add rollup-plugin-executable

Overview

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

Index

Functions

Type Aliases

Functions

function executable

executable: () => ExecutablePlugin;

    Type Aliases

    type ExecutablePlugin

    type ExecutablePlugin = RequiredParts<Plugin, 'generateBundle' | 'writeBundle'>;

      Package Files (1)

      Dependencies (1)

      Dev Dependencies (14)

      Peer Dependencies (0)

      No peer dependencies.

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/rollup-plugin-executable.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/rollup-plugin-executable)
      • HTML
        <a href="https://www.jsdocs.io/package/rollup-plugin-executable"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>