Socket
Socket
Sign inDemoInstall

gulp-symdest

Package Overview
Dependencies
95
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-symdest

Like gulp.dest, but handles symlinks


Version published
Weekly downloads
4.6K
decreased by-15.48%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

⚠️ DEPRECATED since vinly-fs already supports symlinks.

gulp-symdest

Like gulp.dest, but handles symlinks.

Details

It assumes that if a vinyl file has a field symlink, then it is a string with the value for the symlink itself.

Usage

var gulp = require('gulp');
var symdest = require('gulp-symdest');

gulp.task('default', function () {
	return gulp.src('path_with_symlinks/**')
		.pipe(symdest('out'));
});

Keywords

FAQs

Last updated on 08 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc