electronjs.org-new/create-electron-documentation/templates/fiddle
Antón Molleda c566850ab6
feat: add `create-electron-documentation` package
* feat: add `create-electron-documentation` package

Add the code for the package `create-electron-documentation` to help
writers of Electron documentation scaffold their examples faster and
following good patterns (using `sandbox` and `contextBridge`).

Once published the developers will use it by calling

```console
npm create electron-documentation
```

From a folder under the main Electron documentation folder.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Fix #12
Close #13
2021-04-29 09:57:33 -07:00
..
index.html feat: add `create-electron-documentation` package 2021-04-29 09:57:33 -07:00
main.js feat: add `create-electron-documentation` package 2021-04-29 09:57:33 -07:00
preload.js feat: add `create-electron-documentation` package 2021-04-29 09:57:33 -07:00
renderer.js feat: add `create-electron-documentation` package 2021-04-29 09:57:33 -07:00