0.0.2 • Published 4 years ago

untoken v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

untoken: A token replacement tool for text.

Motivation

I have been looking for a simple tool that replace tokens in a given text with given set of values. Yes, the ability to un-token a text.

Installation

npm i untoken

Usage

import { untoken } from 'untoken'

untoken('Hello {name}!', { name: 'Rubens' })
// Hello Rubens!

Development

  1. Clone this repo.
  2. Install dependencies: npm i
  3. Profit!

Tests

npm t

Publishment

Every semver tag pushed to this will be published via GitHub Actions.

Crafted by Rubens Mariuzzo. MIT license