0.1.0 • Published 8 years ago

rc-bypass v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

bypass.js

Simple file transformation process to assist in file transfer

Installation

With npm do:

npm install bypass

to get the library, or

npm install -g bypass

to get the command.

Usage

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

License

MIT

0.1.0

8 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago