# fis3-deploy-local-deliver

> fis3 deploy http-push plugin

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

## Install

```sh
npm install fis3-deploy-local-deliver
pnpm add fis3-deploy-local-deliver
yarn add fis3-deploy-local-deliver
bun add fis3-deploy-local-deliver
```

## 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 | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 23 |
| Author | FIS |
| Maintainers | 2betop |
| Keywords | fis, fis-plus, fis3, deploy |

## Links

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

## Recent versions

- 1.0.0 (latest) — 2015-05-28

## README

# fis3-deploy-local-deliver

## 说明

FIS 默认的部署插件，提供本地部署

## 使用方法

也可以使用统一的 deploy 插件配置方法

```js
fis.match('*.js', {
    deploy: fis.plugin('local-deliver', {
        to: './output'
    })
})
```

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