# frida-compile

Compile a Frida script comprised of one or more Node.js modules.

## Example

```bash
$ frida-compile agent -o agent.js
```

## Installation

```bash
$ npm install frida-compile
```
