https://github.com/developer-overheid-nl/repo-docs-generator
Een webtool om repositories te voorzien van een publiccode.yml en de juiste markdown files.
https://github.com/developer-overheid-nl/repo-docs-generator
generator publiccode-yml tool
Last synced: 3 months ago
JSON representation
Een webtool om repositories te voorzien van een publiccode.yml en de juiste markdown files.
- Host: GitHub
- URL: https://github.com/developer-overheid-nl/repo-docs-generator
- Owner: developer-overheid-nl
- License: other
- Created: 2025-11-18T10:41:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T10:22:48.000Z (3 months ago)
- Last Synced: 2026-04-03T00:53:21.358Z (3 months ago)
- Topics: generator, publiccode-yml, tool
- Language: TypeScript
- Homepage: https://developer-overheid-nl.github.io/repo-docs-generator/
- Size: 2.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Publiccode: publiccode.yml
Awesome Lists containing this project
README
# Repo generator
This repository contains a web-app which generates different files that are needed for a healthy and accessible repository.
URL: https://developer-overheid-nl.github.io/repo-docs-generator/
## Development
Prepare your local environment:
- Install project dependencies: `pnpm install`
- Install VSCode extensions: Prettier, ESLint, Tailwind CSS IntelliSense
- Set VSCode default formatter to `esbenp.prettier-vscode`
Start the development server:
```bash
pnpm run dev
```