File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,17 @@ All official project templates are repos in the [preactjs-templates organization
6969
7070Current available templates include:
7171
72- - [ default] - Default template with all features.
72+ - [ default] - Default template with all features
7373
7474- [ simple] - The simplest possible preact setup in a single file
7575
76- - [ netlify] - Netlify CMS template using preact.
76+ - [ netlify] - Netlify CMS template using preact
7777
7878- [ typescript] - Default template implemented in TypeScript
7979
80- - [ widget] - Template for a widget to be embedded in another website.
80+ - [ widget] - Template for a widget to be embedded in another website
81+
82+ - [ widget-typescript] - Widget template implemented in TypeScript
8183
8284> 💁 Tip: Any Github repo with a ` 'template' ` folder can be used as a custom template: <br /> ` preact create <username>/<repository> <project-name> `
8385
@@ -376,6 +378,7 @@ Automatic code splitting is applied to all JavaScript and TypeScript files in th
376378[netlify]: https://github.com/preactjs-templates/netlify
377379[typescript]: https://github.com/preactjs-templates/typescript
378380[widget]: https://github.com/preactjs-templates/widget
381+ [widget-typescript]: https://github.com/preactjs-templates/widget-typescript
379382[plugins wiki]: https://github.com/preactjs/preact-cli/wiki/Plugins
380383[preactjs-templates organization]: https://github.com/preactjs-templates
381384[preactjs-templates/default]: https://github.com/preactjs-templates/default
You can’t perform that action at this time.
0 commit comments