0.0.2 • Published 4 months ago

@voxify/message-format v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 months ago

Overview

@voxify/message-format is a versatile JavaScript/TypeScript library for handling messages, providing functionalities for working with placeholders, translations, and more. This library is designed to simplify message formatting and translation tasks in your projects.

Features

  • Message Formatting: Easily format strings with placeholders and replacements.
  • Translation Support: Manage language translations effortlessly with support for default replacements.
  • Highly Configurable: Customize default replacements and configure the library based on your needs.
  • Efficient Placeholder Handling: Efficiently replace placeholders in strings with minimal overhead.

Installation

npm install @voxify/message-format

Usage

TODO: add usage or link to wiki use ./tests as example for now...