electron-scripts

Configuration and scripts for create electron app.

MIT License

Downloads
73
Stars
6
Committers
2

Electron Scripts

Configuration and scripts for create electron app.

📚 Document

  • Coming soon

✨ Features

  • Quickly create an Electron app
  • The Main process supports Typescript
  • Multi platform
  • Use Inno Setup to package Windows Installer

📦 Install

npm i @mesamo/electron-scripts -D

🔨 Usage

Create the project

npx

npx @mesamo/create-electron-app my-electron-app

npm

npm init @mesamo/electron-app my-electron-app

yarn

yarn create @mesamo/electron-app my-electron-app

Runs the project in development mode

electron-scripts start

Builds the app for production to the build folder

electron-scripts build

Run unit tests

electron-scripts test

🤝 Contributing

We welcome all contributions, please read our CONTRIBUTING.md first, let's build a better CLI Tools library together.

✅ License

MIT

Package Rankings
Top 13.49% on Npmjs.org
Badges
Extracted from project README
NPM version NPM downloads
Related Projects