rollup-plugin-executable
The Rollup Executable Plugin changes output javascript file's executable state to ON on unix like operating systems.
Last updated 9 years ago by fastner .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install rollup-plugin-executable 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.6.3                                ...           latest (5 years ago)

20 Versions

  • 1.6.3                                ...           5 years ago
  • 1.6.2                                ...           5 years ago
  • 1.6.1                                ...           5 years ago
  • 1.6.0                                ...           6 years ago
  • 1.5.3                                ...           6 years ago
  • 1.5.2                                ...           6 years ago
  • 1.5.1                                ...           7 years ago
  • 1.5.0                                ...           7 years ago
  • 1.4.6                                ...           7 years ago
  • 1.4.5                                ...           7 years ago
  • 1.4.4                                ...           7 years ago
  • 1.4.3                                ...           7 years ago
  • 1.4.2                                ...           7 years ago
  • 1.4.1                                ...           7 years ago
  • 1.4.0                                ...           7 years ago
  • 1.3.0                                ...           8 years ago
  • 1.2.0                                ...           8 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 0.0.2                                ...           9 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 18
Last Month 20
Dependencies (1)
Dev Dependencies (9)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |