~mgmarlow/deno-ts-mode

bc5770403a57666d0b3ea4c4bdb890d9811dadd9 — mgmarlow 1 year, 26 days ago 3948d2d
Update README
1 files changed, 10 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +10 -2
@@ 47,9 47,17 @@ control.

## Task automation

If your project contains a [deno configuration
If your project's [deno configuration
file](https://deno.land/manual@v1.36.2/getting_started/configuration_file)
you can run tasks directly from Emacs.
contains tasks you can run them directly from Emacs.

```json
{
  "tasks": {
    "dev": "deno run --watch main.ts"
  }
}
```

Run a task: