From e37ad09330ebbec37d4554aa177fee90747a5b86 Mon Sep 17 00:00:00 2001 From: ipoint-pgerhard <47614500+ipoint-pgerhard@users.noreply.github.com> Date: Fri, 30 Aug 2019 22:40:37 +0200 Subject: [PATCH] docs: Update boilerplates-and-clis.md (#19975) Updated boilerplates-and-clis.md in order to more accuratly represent the current availability of templates in electron forge --- docs/tutorial/boilerplates-and-clis.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/boilerplates-and-clis.md b/docs/tutorial/boilerplates-and-clis.md index d0ac313ceb44a..b73e36ae400c6 100644 --- a/docs/tutorial/boilerplates-and-clis.md +++ b/docs/tutorial/boilerplates-and-clis.md @@ -31,8 +31,7 @@ unifies the existing (and well maintained) build tools for Electron development into a cohesive package so that anyone can jump right in to Electron development. -Forge comes with [ready-to-use templates](https://electronforge.io/templates) for popular -frameworks like React, Vue, or Angular. It uses the same core modules used by the +Forge comes with [a ready-to-use template](https://electronforge.io/templates) using Webpack as a bundler. It includes an example typescript configuration and provides two configuration files to enable easy customization. It uses the same core modules used by the greater Electron community (like [`electron-packager`](https://github.com/electron/electron-packager)) –  changes made by Electron maintainers (like Slack) benefit Forge's users, too.