# @smake/fmt

> Typescript Module Template

Latest version **2.2.2** (published 2024-05-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @smake/fmt
pnpm add @smake/fmt
yarn add @smake/fmt
bun add @smake/fmt
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.2.2 |
| Published | 2024-05-27 |
| First published | 2021-07-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 2 |
| Unpacked size | 584 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Yu Chen |
| Maintainers | kuyoonjo |
| Keywords | typescript, generator, node, module, javascript, js |

## Links

- npm: https://www.npmjs.com/package/@smake/fmt
- Repository: https://github.com/kuyoonjo/smake-lib-fmt
- Homepage: https://github.com/kuyoonjo/smake-lib-fmt#readme
- Issues: https://github.com/kuyoonjo/smake-lib-fmt/issues
- npm.io page: https://npm.io/package/@smake/fmt

## Dependencies (2)

- [@smake/fmt](https://npm.io/package/@smake/fmt.md) link:.
- [@smake/llvm](https://npm.io/package/@smake/llvm.md) ^1.1.2

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 2.2.2 (latest) — 2024-05-27
- 2.2.1 — 2024-05-27
- 2.2.0 — 2024-05-27
- 2.1.1 — 2024-05-16
- 2.1.0 — 2024-05-16
- 2.0.0 — 2023-03-07
- 1.0.1 — 2021-08-03
- 1.0.0 — 2021-07-30

## README

# SMake C++ lib fmt
[fmt v9.1.0](https://github.com/fmtlib/fmt/tree/9.1.0)

```js
const { LLVM } = require('@smake/llvm');
const { vscode } = require('@smake/llvm-vscode');
const { LibFmt } = require('@smake/fmt');

const target = 'aarch64-apple-darwin';
const fmt = new LibFmt(target);
const test = new LLVM('test', target);
test.files = ['src/test.cc'];
LibFmt.config(test);
vscode(test);

module.exports = [fmt, test];
```

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