An open API service indexing awesome lists of open source software.

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.

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
```