Skip to content

2.0.0

Choose a tag to compare

@reznord reznord released this 12 Oct 21:05
· 886 commits to master since this release

Hey y'all

We got some goodies for you here, including with some exciting new features like custom templates and many bug fixes.

A huge thanks to @lukeed for the awesome work on custom templates. This means you can now use any github/gitlab/bitbucket repository as a starting point for your preact-cli project. πŸ˜„

Custom templates

The default templates for preact-cli have been moved to a preactjs-templates organization. Now you can create your own custom template/boilerplate and use it with preact-cli. To use an Github repo as a template: preact create user/repo appname

Note: You need to place the code for the repo in a folder template/, or else it will throw an error.

Current available templates include:

Here are a few things that we have cooked up for 2.0. 😎

New & Shiny πŸŽ‰ πŸŽ‰

Bugs Fixed