0.0.16 • Published 5 months ago

move-folder-cli v0.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

move-folder-cli

在命令行上复制或移动文件夹
Copy or Move a folder on the command-line

Install

npm install --global move-folder-cli
# or
yarn add move-folder-cli -g

Usage

move-folder -h

  Usage
    $ move-folder <source-path> <destination-path>

  Example
    // 复制 执行目录的上级目录的 build文件夹 到 dist文件夹,
    // 过滤文件名test,app,888.txt,过滤扩展名.js,.ts 文件
    move-folder build dist -n test,app,888.txt  -ext .js,.ts  -cd ..\ 

Options

FlagDescriptionValue
--d是否开启调试模式.false
-d删除源文件夹.false
-n不复制这些文件名的文件可带扩展名可不带.app,test.ts
-ext不复制这些扩展名的文件..js,.ts
-cn复制这些文件名的文件可带扩展名可不带.app,test.ts
-cext复制这些扩展名的文件..js,.ts
-cd更改复制目录.../
0.0.16

5 months ago

0.0.15

5 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago