# rc-bypass

> ## Simple file transformation process to assist in file transfer

Latest version **0.1.0** (published 2018-01-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install rc-bypass
pnpm add rc-bypass
yarn add rc-bypass
bun add rc-bypass
```

Provides the command `bypass`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2018-01-08 |
| First published | 2016-06-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ryan Crosser |
| Maintainers | ryancrosser |

## Links

- npm: https://www.npmjs.com/package/rc-bypass
- Repository: https://github.com/ryancrosser/bypass
- Homepage: https://github.com/ryancrosser/bypass#readme
- Issues: https://github.com/ryancrosser/bypass/issues
- npm.io page: https://npm.io/package/rc-bypass

## Dependencies (9)

- [del](https://npm.io/package/del.md) 2.2.0
- [async](https://npm.io/package/async.md) 1.5.2
- [colors](https://npm.io/package/colors.md) 1.1.2
- [getopts](https://npm.io/package/getopts.md) ^2.0.0
- [mammoth](https://npm.io/package/mammoth.md) ^1.4.2
- [@std/esm](https://npm.io/package/@std/esm.md) ^0.1.1
- [fs-extra](https://npm.io/package/fs-extra.md) 0.26.7
- [officegen](https://npm.io/package/officegen.md) ^0.4.5
- [isbinaryfile](https://npm.io/package/isbinaryfile.md) ^3.0.2

## Recent versions

- 0.1.0 (latest) — 2018-01-08
- 0.0.9 — 2016-06-15
- 0.0.8 — 2016-06-15
- 0.0.7 — 2016-06-15
- 0.0.6 — 2016-06-15
- 0.0.5 — 2016-06-05
- 0.0.4 — 2016-06-05
- 0.0.3 — 2016-06-05
- 0.0.2 — 2016-06-05

## README

# bypass.js

## Simple file transformation process to assist in file transfer

## Installation

With [npm](http://npmjs.org) 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

---
_Source: https://npm.io/package/rc-bypass · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
