# node-fmt

> Lean string formatting

Latest version **1.0.3** (published 2015-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-fmt
pnpm add node-fmt
yarn add node-fmt
bun add node-fmt
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2015-08-16 |
| First published | 2015-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Vladimir Popov |
| Maintainers | rusintez |
| Keywords | string, format |

## Links

- npm: https://www.npmjs.com/package/node-fmt
- Repository: git@github.com:rusintez/node-fmt
- Homepage: https://github.com/rusintez/node-fmt
- Issues: https://github.com/rusintez/node-fmt/issues
- npm.io page: https://npm.io/package/node-fmt

## 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

- 1.0.3 (latest) — 2015-08-16
- 1.0.2 — 2015-08-16
- 1.0.1 — 2015-08-16
- 1.0.0 — 2015-08-16

## README

# node-fmt

Lean string formatting (optimisation of https://github.com/bevacqua/js#strings)

### Installation
    
    $ npm install node-fmt

### Usage

```js

var fmt = require('node-fmt');

console.log(fmt('Hello %s', 'world')); // 'Hello world'
```

### Development

    $ git clone git@github.com:rusintez/node-fmt.git
    $ cd node-fmt
    $ npm install
    $ npm test
    $ npm run perf

### TODO

- support `%j` and emulate `util.inspect`

### Author

Vladimir Popov <rusintez@gmail.com>

### License

MIT

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