{"id":21291907,"url":"https://github.com/idea2app/electron-parcel-pnpm.tsx","last_synced_at":"2025-03-15T16:40:25.990Z","repository":{"id":235188564,"uuid":"790254128","full_name":"idea2app/Electron-Parcel-PNPM.tsx","owner":"idea2app","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-21T21:23:56.000Z","size":173,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T06:28:57.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idea2app.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T14:45:42.000Z","updated_at":"2024-10-11T19:24:29.000Z","dependencies_parsed_at":"2024-04-22T18:53:30.836Z","dependency_job_id":"155246f6-341b-4428-a689-78d95de65cfd","html_url":"https://github.com/idea2app/Electron-Parcel-PNPM.tsx","commit_stats":null,"previous_names":["idea2app/electron-parcel-pnpm.ts","idea2app/electron-parcel-pnpm.tsx"],"tags_count":1,"template":false,"template_full_name":"idea2app/Web-quick-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FElectron-Parcel-PNPM.tsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FElectron-Parcel-PNPM.tsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FElectron-Parcel-PNPM.tsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FElectron-Parcel-PNPM.tsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idea2app","download_url":"https://codeload.github.com/idea2app/Electron-Parcel-PNPM.tsx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762227,"owners_count":20343972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T13:46:42.080Z","updated_at":"2025-03-15T16:40:25.968Z","avatar_url":"https://github.com/idea2app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electron-Parcel-PNPM.tsx\n\n**Web native-app** project scaffold based on [TypeScript][1], [React][2] \u0026 [Electron][3], which is inspired by [WebCell scaffold][4].\n\n[![CI \u0026 CD](https://github.com/idea2app/Electron-Parcel-PNPM.tsx/actions/workflows/main.yml/badge.svg)][5]\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][6]\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][7]\n\n## Technology stack\n\n- Language: [TypeScript v5][1]\n- Component engine: [React v18][2]\n- App framework: [Electron v30][3]\n- Package bundler: [Parcel v2][8]\n- Package manager: [PNPM v9][9]\n- CI / CD: GitHub [Actions][10] + [Pages][11]\n\n## Best practice\n\n1. Install GitHub apps in your organization or account:\n\n   1. [Probot settings][12]: set up Issue labels \u0026 Pull Request rules\n   2. [PR badge][13]: set up Online [VS Code][14] editor entries in Pull Request description\n\n2. Click the **[Use this template][15] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above\n\n3. Recommend to add a [Notification step in GitHub actions][16] for your Team IM app\n\n4. Remind the PMs \u0026 users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][17] instead of IM messages or Mobile Phone calls\n\n5. Collect all these issues into [Project kanbans][18], then create **Pull requests** \u0026 add `closes #issue_number` into its description for automation\n\n## Quick start\n\n```shell\nnpm i pnpm -g\npnpm i\nnpm start\n```\n\n## Building\n\n### to a folder\n\n```shell\npnpm package\n```\n\nit'll generate a folder with Electron runtime \u0026 compiled code in `out/{name}-{OS}-{CPU}/`.\n\n### to an executable file\n\n```shell\npnpm make\n```\n\nit'll generate an executable file for setup in `out/make`.\n\n## Releasing\n\n```shell\ngit tag v1.0.0  # same with `package.json#version`\ngit push origin --tags\n```\n\nGitHub actions will build \u0026 publish to [repository releases][19], then you need to edit \u0026 submit the draft release.\n\n[1]: https://www.typescriptlang.org/\n[2]: https://react.dev/\n[3]: https://www.electronjs.org/\n[4]: https://github.com/EasyWebApp/scaffold\n[5]: https://github.com/idea2app/Electron-Parcel-PNPM.tsx/actions/workflows/main.yml\n[6]: https://codespaces.new/idea2app/Electron-Parcel-PNPM.tsx\n[7]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Electron-Parcel-PNPM.tsx\n[8]: https://parceljs.org/\n[9]: https://pnpm.io/\n[10]: https://github.com/features/actions\n[11]: https://pages.github.com/\n[12]: https://probot.github.io/apps/settings/\n[13]: https://pullrequestbadge.com/\n[14]: https://code.visualstudio.com/\n[15]: https://github.com/new?template_name=Electron-Parcel-PNPM.tsx\u0026template_owner=idea2app\n[16]: https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/bb4675a56bf1d6b207231313da5ed0af7cf0ebd6/.github/workflows/pull-request.yml#L32-L56\n[17]: https://github.com/idea2app/Electron-Parcel-PNPM.tsx/issues/new/choose\n[18]: https://github.com/idea2app/Electron-Parcel-PNPM.tsx/projects\n[19]: https://github.com/idea2app/Electron-Parcel-PNPM.tsx/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Felectron-parcel-pnpm.tsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidea2app%2Felectron-parcel-pnpm.tsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Felectron-parcel-pnpm.tsx/lists"}