JSPM

browserify-userscript-header

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q37674F
  • License GPL-3.0+

Browserify plugin for adding userscript metadata header to top of bundle file

Package Exports

  • browserify-userscript-header

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browserify-userscript-header) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

browserify-userscript-header

NPM

Browserify plugin for prepending a file containing a static userscript metadata block to the output bundle.

Description

If you use npm and browserify to build and bundle your userscripts, then browserify-userscript-header is a simple plugin that allows you to add the userscript metadata block to the top of your generated bundle file, as used by Greasemonkey and Tampermonkey.

Over time, additional features may be included specifically to assist with the bundling of userscripts.

Installation

npm install browserify browserify-userscript-header --save-dev

Usage

browserify -p [ browserify-userscript-header --file userscript.meta.js ] \
             -o userscript.user.js index.js

Licence


browserify-userscript-header -- Browserify Plugin for Adding a Headline Comment to Bundle Copyright (c) 2017 Damien Clark damo.clarky@gmail.com

Licensed under the terms of the GPLv3 (https://spdx.org/licenses/GPL-3.0.html)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Portions of code have been reproduced from https://github.com/rse/browserify-header and are Copyright (c) 2014 Ralf S. Engelschall rse@engelschall.com