Skip to content

Commit

Permalink
add main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajime-san committed Feb 8, 2023
1 parent 19cb27c commit a83a36e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import { bar } from "./bar.(ts|tsx|d.ts)"
## command
### remote
- dry run
- `deno run --unstable --allow-env --allow-read https://deno.land/x/module_specifier_resolver@1.0.2/bin.ts -b=./src -c=./tsconfig.json -d`
- `deno run --unstable --allow-env --allow-read https://deno.land/x/module_specifier_resolver@1.0.3/bin.ts -b=./src -c=./tsconfig.json -d`
- transform
- `deno run --unstable --allow-env --allow-read --allow-write https://deno.land/x/module_specifier_resolver@1.0.2/bin.ts -b=./src -c=./tsconfig.json -r`
- `deno run --unstable --allow-env --allow-read --allow-write https://deno.land/x/module_specifier_resolver@1.0.3/bin.ts -b=./src -c=./tsconfig.json -r`
### local
- `deno task run-dry`
- `deno task run`
Expand Down
2 changes: 1 addition & 1 deletion bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { main } from "./src/mod.ts";

await main();

export {}
export { main }

0 comments on commit a83a36e

Please sign in to comment.