1. rollup-plugin-executable
The Rollup Executable Plugin changes output javascript file's executable state to ON on unix like operating systems.
rollup-plugin-executable
Package: rollup-plugin-executable
Created by: sebastian-software
Last modified: Sun, 26 Jun 2022 13:58:50 GMT
Version: 1.6.3
License: MIT
Downloads: 3,067
Repository: https://github.com/sebastian-software/rollup-plugin-executable

Install

npm install rollup-plugin-executable
yarn add rollup-plugin-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

Logo of Sebastian Software GmbH, Mainz, Germany

Copyright 2017-2019
Sebastian Software GmbH

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code