assets-bundler

JSON →
library 2.0.0 ·javascript maintenance
verified Jun 4, 2026

A Node.js library and CLI tool for bundling static assets by creating symbolic links in development and copying files in production. Version 2.0.0 uses glob patterns and variable substitution. It helps manage static files from multiple modules into a single public directory. The tool supports environment-specific behavior via NODE_ENV or --env flag, with forced deletion before symlinking or copying. It distinguishes itself by mimicking module resolution with glob variables, simplifying asset management across packages. Available programmatically or via command line.