# broccoli-change-extension

> A broccoli plugin that changes the extension of each entry in an input tree.

Latest version **0.0.1** (published 2014-11-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install broccoli-change-extension
pnpm add broccoli-change-extension
yarn add broccoli-change-extension
bun add broccoli-change-extension
```

## 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 | 2014-11-30 |
| First published | 2014-11-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Alexander Flatter |
| Maintainers | aflatter |

## Links

- npm: https://www.npmjs.com/package/broccoli-change-extension
- Repository: https://github.com/aflatter/broccoli-change-extension
- Issues: https://github.com/aflatter/broccoli-change-extension/issues
- npm.io page: https://npm.io/package/broccoli-change-extension

## Dependencies (4)

- [rsvp](https://npm.io/package/rsvp.md) ^3.0.14
- [fs-extra](https://npm.io/package/fs-extra.md) ^0.12.0
- [broccoli-writer](https://npm.io/package/broccoli-writer.md) ^0.1.1
- [fs-readdir-recursive](https://npm.io/package/fs-readdir-recursive.md) ^0.1.0

## Recent versions

- 0.0.1 (latest) — 2014-11-30

## README

A plugin for [Broccoli](https://github.com/broccolijs/broccoli) that changes
the extension of each file in a given tree.

## Installation

```bash
npm install --save-dev broccoli-change-extension
```

## Usage

```js
var changeExtension = require('broccoli-change-extension');

changeExtension(tree, {
  inputExtension: '.handlebars', outputExtension: '.html'
});
```

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