prependify

1.3.0 • Public • Published

prependify

Prepend your Browserify generated bundle with any given text.

Install

npm install prependify

Usage

var browserify = require('browserify')
var prependify = require('prependify')
 
var b = browserify()
b.add('/path/to/your/file')
b.plugin(prependify, 'some text')
b.bundle().pipe(somewhere)

Related

  • licensify: Browserify plugin to prepend license header to your bundle

License

MIT

Package Sidebar

Install

npm i prependify

Weekly Downloads

10

Version

1.3.0

License

MIT

Last publish

Collaborators

  • pguth