Add run command
This commit is contained in:
parent
1f01cf0295
commit
d2f0b0de39
10
readme.md
10
readme.md
|
@ -62,6 +62,12 @@ deno compile -A -o poc-cli.darwin.x86_64 --target x86_64-apple-darwin src/core.t
|
|||
deno compile -A -o poc-cli.darwin.aarch64 --target aarch64-apple-darwin src/core.ts
|
||||
```
|
||||
|
||||
### Run Without Compiling
|
||||
|
||||
```
|
||||
deno run -A src/core.ts
|
||||
```
|
||||
|
||||
### Deploy Artifacts
|
||||
|
||||
```
|
||||
|
@ -86,11 +92,11 @@ It's self-documenting... sort of!
|
|||
poc-cli
|
||||
```
|
||||
|
||||
-----
|
||||
---
|
||||
|
||||
# My Old Notes Below!
|
||||
|
||||
-----
|
||||
---
|
||||
|
||||
# Pluggable CLI
|
||||
|
||||
|
|
Loading…
Reference in a new issue