{"id":27436,"library":"tagify","title":"tagify","description":"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.","status":"abandoned","version":"0.1.1","language":"javascript","source_language":"en","source_url":"git://github.com/alexstrat/node-tagify","tags":["javascript"],"install":[{"cmd":"npm install tagify","lang":"bash","label":"npm"},{"cmd":"yarn add tagify","lang":"bash","label":"yarn"},{"cmd":"pnpm add tagify","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM import is preferred but CJS also works.","wrong":"const tagify = require('tagify')","symbol":"default","correct":"import tagify from 'tagify'"}],"quickstart":{"code":"import tagify from 'tagify';\nimport browserify from 'browserify';\nconst b = browserify();\nb.transform(tagify, { global: true });\nb.add('entry.js');\nb.bundle().pipe(process.stdout);","lang":"typescript","description":"Shows how to use tagify as a browserify transform to enable embedded compilation options."},"warnings":[{"fix":"Use native browserify options or a maintained transform plugin instead.","message":"Package is no longer maintained and may not work with modern versions of browserify (>=17).","severity":"deprecated","affected_versions":">=0.1.1"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install tagify","cause":"Package not installed or not in node_modules.","error":"Error: Cannot find module 'tagify'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}