fmtr
JSON →A minimal string formatting utility that substitutes placeholders using shell-style `${propertyName}` syntax. Version 2.0.0 is the current stable release; no recent updates. It is a lightweight alternative to more feature-rich template libraries (e.g., sprintf-js, lodash.template) with no dependencies. Supports Node.js and browsers via CommonJS. Key differentiator: extreme simplicity—single function, no configuration, no tags or filters.