Skip to content

beenotung/create-electron.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published