formatter
JSON →A lightweight JavaScript library for simple string variable replacement using double-brace syntax like {{ name }}. Supports positional and named arguments, nested property access, partial application for incomplete argument lists, and a length modifier for padding. Current stable version is 0.4.2. The library is intentionally minimal and not a full templating engine; it compiles template strings into reusable functions. Suitable for cases where you need straightforward string interpolation without dependencies.
Resources
packageformatter ↗