This package has been deprecated

Author message:

Package no longer supported. Use @vimlet/commons-copy

@vimlet/copy

0.1.1 • Public • Published

Vimlet Copy

This is a tool that copy files.

Features

  • Copy files.
  • Watcher to look for changes and update files on the fly.

Installation

npm install @vimlet/copy

Usage

copy.copy(include, output, options, callback);

Copy files in given pattern.

  • include: Directory to look for files.
  • output: Directory where files will be written.
  • options:
  1. exclude: Used to skip files that you don't want to copy.
  2. clean: Empty output directory before copy.
  • callback.

copy.watch(include, output, options);

Watch for file changes in given pattern.

  • include: Directory to look for files.
  • output: Directory where files will be written.
  • options:
  1. exclude: Used to skip files that you don't want to copy.
  2. clean: Empty output directory before copy.

Command mode:

  • vimlet-copy -i include -o output -e exclude -c

    Calls copy.copy

  • vimlet-copy -i include -o output -e exclude -c -w

    Calls copy.watch

License

This project is under MIT License. See LICENSE for details.

Readme

Keywords

none

Package Sidebar

Install

npm i @vimlet/copy

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

10.5 kB

Total Files

4

Last publish

Collaborators

  • devsvimlet
  • lethevimlet