# @contrast/cli

## Installation

```sh
npm install @contrast/cli # optional, `npx` will install the package otherwise.
npx -p @contrast/cli <command>
```

## Commands

### rewrite

```
Usage: npx -p @contrast/cli rewrite [options] <entrypoint>

Rewrites application files, caching them so that rewriting does not need to occur when the application runs.

Arguments:
  entrypoint     The entrypoint for the application

Options:
  -V, --version  output the version number
  -a, --assess   enable assess mode
  -h, --help     display help for command
```
