With npm do:
npm install bypass
to get the library, or
npm install -g bypass
to get the command.
bypass [options] [--flags]
Example: bypass up -d ./originals -o ./bypass-output
Options:
up process bundle the directory or file for transfer
down unbundle the 'bypass-directory'
Flags:
-d, --dir source directory [current directory]
-o, --out output directory [subdirectory named bypass-output in the current directory]
--out-file the manifest file generated by Bypass [bypass-file.txt]
-i, --ignore-list list of file extensions that will copied to the bypass-file,
typically non-text files [jpeg, jpg, png, doc, docx, gif]
-c, --clean-output-dir whether or not to clean the output directory before processing [true]
-h, --help show help
MIT