1.0.3 • Published 10 months ago

npcopy v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

installation

Simply use the following command:

$ npx npcopy

Or if for some reason you want to install it:

$ npm i -g npcopy

usage

By default, npcopy will enter the interactive mode, where you can input the source and destination paths and select the ignore files you want to ignore.

npm.io

Or you can use the command line mode, where you can specify the source and destination paths and ignore files.

arguments

argumentsdescription
sourcesource path
outputdest path

options

optionsdescription
-V, --versionoutput the version number
-i, --ignores <ignores...>ignore files you want
-l, --listonly output file list
-a, --interactiveinteractive mode (default) path
-h, --helpdisplay help for command

examples

$ npcopy                                         - interactive mode
$ npcopy ./source ./output                       - copy the former to the latter without node_modules
$ npcopy ./source ./output -i node_modules dist  - copy the former to the latter without node_modules and dist
$ npcopy /opt/source -i node_modules -l          - only list files without node_modules
1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago