Propose To Create Electron App using Github Actions
- Dominant language
- TypeScript
- Stars
- 7.1k
- Forks
- 641
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 30
Description
### Pre-flight checklist
- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses.
- [x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Problem description
Creation of electron app in github involves of separate steps of creating a github repo and creation of electron app using command line
### Proposed solution
Automate the creation of github repo and electron app using github action.
https://github.com/yilengyao/github-actions-workflow/blob/main/.github/workflows/create-typescript-electron-repository.yaml
Simplifies the creation of electron app with 1-click, instead of separate steps of creating a github repo and creation of electron app using command line
### Alternatives considered
None
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.