# dest

> Customized implementation of the dest method from vinyl.

Latest version **0.3.1** (published 2015-10-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install dest
pnpm add dest
yarn add dest
bun add dest
```

## 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.3.1 |
| Published | 2015-10-29 |
| First published | 2015-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Jon Schlinkert |
| Maintainers | doowb, jonschlinkert |
| Keywords | dest, destination, file, filepath, fp, fs, path, plugin, stream, vinyl, write |

## Links

- npm: https://www.npmjs.com/package/dest
- Repository: https://github.com/jonschlinkert/dest
- Issues: https://github.com/jonschlinkert/dest/issues
- npm.io page: https://npm.io/package/dest

## Dependencies (6)

- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [through2](https://npm.io/package/through2.md) ^2.0.0
- [lazy-cache](https://npm.io/package/lazy-cache.md) ^0.2.3
- [graceful-fs](https://npm.io/package/graceful-fs.md) ^4.1.2
- [resolve-dir](https://npm.io/package/resolve-dir.md) ^0.1.0
- [extend-shallow](https://npm.io/package/extend-shallow.md) ^2.0.1

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 0.3.1 (latest) — 2015-10-29
- 0.3.0 — 2015-10-10
- 0.2.1 — 2015-09-14
- 0.2.0 — 2015-09-14
- 0.1.1 — 2015-06-15
- 0.1.0 — 2015-06-12

## README

# dest [![NPM version](https://badge.fury.io/js/dest.svg)](http://badge.fury.io/js/dest)

> Customized implementation of the dest method from vinyl.

Nothing to see yet. This is an experiment to create a `dest` plugin for [template](https://github.com/jonschlinkert/template) with the following options:

* [x] `streams`: (this is the default, it's basically just a vinyl adapter that will be a slimmed-down alternative to `vfs.dest`.)
* [ ] `promise`
* [ ] `sync`
* [ ] `async`

TODO:

* links to vinyl, bluebird, other libs...

## Install

Install with [npm](https://www.npmjs.com/)

```sh
$ npm i dest --save
```

## Usage

```js
var dest = require('dest');
```

## Running tests

Install dev dependencies:

```sh
$ npm i -d && npm test
```

## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/dest/issues/new).

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License

Copyright © 2015 Jon Schlinkert
Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 29, 2015._

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