Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 379 Bytes

About

Mirror a path to another path, while keeping permissions. Options for:

  • deleteBefore (delete before mirroring)
  • allowTypes (set types to be mirrored, .e.g ['php', 'md']
  • disallowTypes (set types to disallow, e.g. ['exe']

Install

composer require diversen/mirror-path

Usage

See example