# idf-formatter

> A formatter engine for EnergyPlus IDF File Format

Latest version **1.1.3** (published 2021-08-15) · MPL-2.0 license · 0 weekly downloads

## Install

```sh
npm install idf-formatter
pnpm add idf-formatter
yarn add idf-formatter
bun add idf-formatter
```

## 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.1.3 |
| Published | 2021-08-15 |
| First published | 2021-08-15 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 23 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Pouya Kary |
| Maintainers | kary |
| Keywords | IDF, Formatter |

## Links

- npm: https://www.npmjs.com/package/idf-formatter
- Repository: https://github.com/pouyakary/idf-formatter
- Homepage: https://github.com/pouyakary/idf-formatter#readme
- Issues: https://github.com/pouyakary/idf-formatter/issues
- npm.io page: https://npm.io/package/idf-formatter

## 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.1.3 (latest) — 2021-08-15
- 1.1.2 — 2021-08-15
- 1.1.1 — 2021-08-15
- 1.1.0 — 2021-08-15
- 1.0.0 — 2021-08-15

## README

# IDF Formatter

A formatter engine that formats the EnergyPlus "Input Data File" (IDF)

```
npm install --save idf-formatter
```

```ts
import { formatIDF } from "idf-formatter"

const formattedIDFText =
    formatIDF( idfText )

// You can also provide these settings:
const formattedIDFText =
    formatIDF( idfText, {
        indentation:                4,  // default
        commentColumnPadding:       30, // default
        emptyLinesBetweenEntries:   1,  // default
    })

```

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