copy_files 0.0.1 copy "copy_files: ^0.0.1" to clipboard
copy_files: ^0.0.1 copied to clipboard

Dart 1 only

Transformer that will copy files from 'build' directory to any directory.

Transformer that will copy files from 'build' directory to any directory.

Usage #

Simply add the following lines to your pubspec.yaml:

:::yaml
dependencies:
  copy_files: any
transformers:
  - copy_files

Configuration #

You can specify list of files in 'build' directory and new directory:

:::yaml
transformers:
  - copy_files:
      files_in_build: 
      - /path/to/file_1
      - /path/to/file_2
      - /path/to/file_n
      new_dir: /new/dir
0
likes
25
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Transformer that will copy files from 'build' directory to any directory.

Homepage

License

MIT (license)

Dependencies

barback

More

Packages that depend on copy_files