Add run command

This commit is contained in:
Daniel Flanagan 2022-02-17 12:56:18 -06:00
parent 1f01cf0295
commit d2f0b0de39
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -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