# fis3-deploy-encoding

> fis3-deploy-encoding

Latest version **1.0.0** (published 2015-05-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install fis3-deploy-encoding
pnpm add fis3-deploy-encoding
yarn add fis3-deploy-encoding
bun add fis3-deploy-encoding
```

## 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.0 |
| Published | 2015-05-28 |
| First published | 2015-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | fansekey@gmail.com |
| Maintainers | fansekey |
| Keywords | fis3 |

## Links

- npm: https://www.npmjs.com/package/fis3-deploy-encoding
- Repository: https://github.com/fex-team/fis3-deploy-encoding
- Issues: https://github.com/fex-team/fis3-deploy-encoding/issues
- npm.io page: https://npm.io/package/fis3-deploy-encoding

## Recent versions

- 1.0.0 (latest) — 2015-05-28

## README

# fis3-deploy-encoding

## INSTALL

```bash
npm install [-g] fis3-deploy-encoding
```

## USE

```js
fis.match('**', {
    charset: 'gbk',
    deploy: [
        fis.plugin('encoding'),
        fis.plugin('local-deliver')
    ]
});
```

> encoding 处理以后文本内容变为 buffer 类型，无法再进行文本 replace 操作，所以文本 replace 操作应该在转码之前

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