Registry / devops / tagify

tagify

JSON →
library0.1.1jsnpmunverified

Browserify middleware that reads embedded compilation options from source files, allowing per-file browserify configuration without a separate build tool. Version 0.1.1 is the latest release. It provides a simple API as a transform stream. No longer actively maintained; alternatives like browserify itself or bundler-specific plugins are recommended. Differentiates by embedding options directly in comments.

npm install tagify
INSTALL
IMPORT
SIG · TAGIFY
T
tagify
devopsjavascriptv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import tagify from 'tagify'
const tagify = require('tagify')
ESM import is preferred but CJS also works.

Shows how to use tagify as a browserify transform to enable embedded compilation options.

import tagify from 'tagify'; import browserify from 'browserify'; const b = browserify(); b.transform(tagify, { global: true }); b.add('entry.js'); b.bundle().pipe(process.stdout);
Debug
Known issues
deprecatedPackage is no longer maintained and may not work with modern versions of browserify (>=17).
fix
Use native browserify options or a maintained transform plugin instead.
affects: >=0.1.1
Errors
Common errors & fixes
Error: Cannot find module 'tagify'
Package not installed or not in node_modules.
fix
npm install tagify
Upgrade
Version history
0.1.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
tagify — npm install tagify · libregistry