Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajime-san committed Feb 9, 2023
1 parent 9c4c985 commit 911d979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ import { bar } from "./bar.(ts|tsx|d.ts)"
## command
### remote
- dry run
- `deno run --unstable --allow-env --allow-read https://deno.land/x/[email protected].5/bin.ts -b=./src -c=./tsconfig.json -d`
- `deno run --unstable --allow-env --allow-read https://deno.land/x/[email protected].6/bin.ts -b=./src -c=./tsconfig.json -d`
- transform
- `deno run --unstable --allow-env --allow-read --allow-write https://deno.land/x/[email protected].5/bin.ts -b=./src -c=./tsconfig.json -r`
- `deno run --unstable --allow-env --allow-read --allow-write https://deno.land/x/[email protected].6/bin.ts -b=./src -c=./tsconfig.json -r`
### local
- `deno task run-dry`
- `deno task run`

### arguments
| key | description | type | default |
|-----|-----|-----|-----|
| -b | local of base directory | `string` | `./` |
| -b | local of base directory | `string` | `.` |
| -c | local of base `tsconfig.json` | `string` | `./tsconfig.json` |
| -d | dry run | `boolean` | `false` |
| -r | enable repl interface | `boolean` | `false` |
Expand Down

0 comments on commit 911d979

Please sign in to comment.