Create template-node repo for Node and web frontend projects #6
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Compat/Breaking
Compat/Deprecation
Kind
Bug
Kind
Chore
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Investigation
Kind
Question
Kind
Security
Kind
Testing
Meta/Good First Issue
Meta/Help Wanted
Meta/Stale
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Resolution
Confirmed
Resolution
Duplicate
Resolution
Invalid
Resolution
Won't Fix
Status
Abandoned
Status
Blocked
Status
Needs More Info
Status
Needs Triage
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 25 minutes
Due date
Xeplosion
25 minutes
No due date set.
Blocks
Reference
XeplosionGames/.profile#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What problem does this solve?
No standardized starting point for Node or web frontend repos.
Proposed solution
Create template-dotnet containing all standard files from .forgejo plus ci-dotnet.yml, .editorconfig configured for C#, and a minimal .NET solution structure.
Alternatives considered
Create
template-nodecontaining all standard files from.forgejoplusci-node.yml,.editorconfigfor JS/TS/HTML/CSS, and a minimalpackage.json.Additional context
No response
Checklist
Closing as complete.
template-nodehas been created as a Forgejo template repo containing all standard issue templates, PR template,.editorconfig,.prettierrc,.gitignore,tsconfig.jsonwith strict TypeScript configuration,package.jsonwith TypeScript and Prettier dependencies,src/index.tsplaceholder,scripts/validate.sh(TypeScript type check + dependency audit),scripts/build.shstub,xegames.config.ymlwith Node defaults (ci.format_check: true,healthcheck.enabled: false), and CI/CD workflows (ci-node.yml,release.yml). Designed primarily for frontend projects but flexible enough for Node backends. Code style conventions are defined via.prettierrcand documented in theREADME.