Skip to content

Commit

Permalink
docs: Add mention of widget-typescript template (#1641)
Browse files Browse the repository at this point in the history
* docs: Add mention of widget-typescript template

* docs: Remove extraneous punctuation

* docs: Adding missing link

Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
  • Loading branch information
kentr and rschristian committed Jan 21, 2022
1 parent dba1077 commit 0125cc3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -69,15 +69,17 @@ All official project templates are repos in the [preactjs-templates organization

Current available templates include:

- [default] - Default template with all features.
- [default] - Default template with all features

- [simple] - The simplest possible preact setup in a single file

- [netlify] - Netlify CMS template using preact.
- [netlify] - Netlify CMS template using preact

- [typescript] - Default template implemented in TypeScript

- [widget] - Template for a widget to be embedded in another website.
- [widget] - Template for a widget to be embedded in another website

- [widget-typescript] - Widget template implemented in TypeScript

> 💁 Tip: Any Github repo with a `'template'` folder can be used as a custom template: <br /> `preact create <username>/<repository> <project-name>`
Expand Down Expand Up @@ -376,6 +378,7 @@ Automatic code splitting is applied to all JavaScript and TypeScript files in th
[netlify]: https://github.com/preactjs-templates/netlify
[typescript]: https://github.com/preactjs-templates/typescript
[widget]: https://github.com/preactjs-templates/widget
[widget-typescript]: https://github.com/preactjs-templates/widget-typescript
[plugins wiki]: https://github.com/preactjs/preact-cli/wiki/Plugins
[preactjs-templates organization]: https://github.com/preactjs-templates
[preactjs-templates/default]: https://github.com/preactjs-templates/default
Expand Down

0 comments on commit 0125cc3

Please sign in to comment.