Skip to content

Commit

Permalink
mention vite templates in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jul 19, 2024
1 parent b834968 commit 4bd2faa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ Opening in VSCode uses the `--wait` flag, so that closing the editor will tell L

Currently, there are three templates available:

- `typescript`/`ts`
- `javascript`/`js`
- `vite`/`v`
- `TypeScript`/`ts`
- `JavaScript`/`js`
- `Vite`/`v`

> [!NOTE]
> You can also specify any vite template directly, e.g. `vue-ts`
To use a template, run `localpen` with the `-t` flag:

Expand Down

0 comments on commit 4bd2faa

Please sign in to comment.