0.1.1 • Published 7 years ago

browserify-userscript-header v0.1.1

Weekly downloads
3
License
GPL-3.0+
Repository
github
Last release
7 years ago

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