# basic-format-string

> A basic string formatter to make ugly string concatenations a thing of the past.

Latest version **0.0.1** (published 2015-05-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install basic-format-string
pnpm add basic-format-string
yarn add basic-format-string
bun add basic-format-string
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2015-05-26 |
| First published | 2015-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nick Meldrum |
| Maintainers | nickmeldrum |
| Keywords | string, format |

## Links

- npm: https://www.npmjs.com/package/basic-format-string
- Repository: https://github.com/nickmeldrum/basic-format-string
- Issues: https://github.com/nickmeldrum/basic-format-string/issues
- npm.io page: https://npm.io/package/basic-format-string

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2015-05-26

## README

Basic-Format-String
===================

A basic string formatter to make ugly string concatenations a thing of the past.

## Installation
  
    npm install basic-format-string

## Usage

    var format = require('basic-format-string');

    var input = 'hello {0}';

    console.log(format(input, 'world'));

## Tests

    npm test

---
_Source: https://npm.io/package/basic-format-string · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
