From ed27955fedae2ce95f775d7a83553bb8ed8fc9ed Mon Sep 17 00:00:00 2001 From: Johnwesley R <47087725+jwr12135@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:58:53 -0400 Subject: [PATCH] docs: add create-unplugin to starter templates (#167) Co-authored-by: Anthony Fu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dd8c14..c547d13 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ export const unplugin = createUnplugin((options: UserOptions, meta) => { ## Starter Templates - [unplugin-starter](https://github.com/antfu/unplugin-starter) +- [create-unplugin](https://github.com/jwr12135/create-unplugin) Community ## Examples