# gulp-sync-files-one-direction

> Syncs files from src to dest where only changed/added/deleted files are processed.

Latest version **1.0.1** (published 2018-01-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install gulp-sync-files-one-direction
pnpm add gulp-sync-files-one-direction
yarn add gulp-sync-files-one-direction
bun add gulp-sync-files-one-direction
```

## 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.1 |
| Published | 2018-01-18 |
| First published | 2017-05-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Stefan Gojan |
| Maintainers | hoschi |
| Keywords | gulp, sync |

## Links

- npm: https://www.npmjs.com/package/gulp-sync-files-one-direction
- Repository: https://github.com/hoschi/gulp-sync-files-one-direction
- Homepage: https://github.com/hoschi/gulp-sync-files-one-direction#readme
- Issues: https://github.com/hoschi/gulp-sync-files-one-direction/issues
- npm.io page: https://npm.io/package/gulp-sync-files-one-direction

## Dependencies (5)

- [del](https://npm.io/package/del.md) 2.2.2
- [through2](https://npm.io/package/through2.md) 2.0.3
- [gulp-print](https://npm.io/package/gulp-print.md) 2.0.1
- [gulp-watch](https://npm.io/package/gulp-watch.md) 4.3.11
- [gulp-filter](https://npm.io/package/gulp-filter.md) 5.0.0

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-01-18
- 1.0.0 — 2017-05-16

## README

# gulp-sync-files-one-direction

Syncs files from src to dest where only changed/added/deleted files are processed.

## Configuration

* basePath: base path of `inputPatterns`, e.g. /home/user/repo/src
* destPath: destination, e.g. /home/user/repo/compiled
* ignoreInitial: copy all files on first run: true|false
* inputPatterns: files to work/watch, e.g. all SCSS files /home/user/repo/src/**/*.scss

This keeps the SCSS files in your `src` dir with the ones in `compiled` in sync.

## Usage

```js
gulp.task('sync-it', gulp-sync-files-one-direction({/*config*/}))
```

---
_Source: https://npm.io/package/gulp-sync-files-one-direction · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
