0.1.1 • Published 6 years ago

@vimlet/copy v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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.

0.1.1

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago