create-electron.ts

1.1.2 • Public • Published

create-electron.ts

setup electron project template with typescript and node integration.

npm Package Version

Usage

You can start an electron project with npm init:

npm init electron.ts

You can use the latest version with npx:

npx create-electron.ts@latest

Why not create-electron-app?

Unlike create-electron-app, the project setup by this starter does not depends on electron-forge nor yarn, hence it works just fine with pnpm without shamefully-hoist flag.

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others

Package Sidebar

Install

npm i create-electron.ts

Weekly Downloads

1

Version

1.1.2

License

BSD-2-Clause

Unpacked Size

7.33 kB

Total Files

5

Last publish

Collaborators

  • beenotung