Skip to content

Commit

Permalink
docs: add deno installation method (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Jun 10, 2023
1 parent c126733 commit fe9042b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Install as usual via npm:
npm install --save-dev ts-morph
```

Or if you're using deno:

```ts
import { Project } from "https://deno.land/x/ts_morph/mod.ts";
```

## Documentation Progress

I've been still slowly updating the documentation. I'm keeping it up to date with any new features, but some existing features don't have documentation.

0 comments on commit fe9042b

Please sign in to comment.