docs: include Deno usage instructions in the documentation
This commit is contained in:
parent
e8e35215be
commit
7bae76f496
22 changed files with 505 additions and 50 deletions
|
|
@ -8,7 +8,13 @@ Which is great both in production environments and for piping the output to othe
|
|||
Install the reporter in your project, alongside the Emigrate CLI:
|
||||
|
||||
```bash
|
||||
npm install --save-dev @emigrate/cli @emigrate/reporter-pino
|
||||
npm install @emigrate/cli @emigrate/reporter-pino
|
||||
# or
|
||||
pnpm add @emigrate/cli @emigrate/reporter-pino
|
||||
# or
|
||||
yarn add @emigrate/cli @emigrate/reporter-pino
|
||||
# or
|
||||
bun add @emigrate/cli @emigrate/reporter-pino
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue