Skip to content

abinnovision/datev-lohn-extract

Repository files navigation

DATEV Lohn Extract - Monorepo

Monorepo for DATEV PDF salary statement processing.

Packages

Setup

Prerequisites

  • Node.js >= 18.0.0
  • Yarn 4.10.3 (managed via Corepack)

Installation

corepack enable
yarn install

Development

# Build all packages
yarn build

# Start development servers
yarn dev

# Run tests
yarn test

# Lint and format
yarn lint:check
yarn format:check

Working with Specific Packages

# Build specific package
yarn turbo build --filter=@internal/datev-lohn-extract-core

# Start API in dev mode
yarn workspace @internal/app-api start:dev

# Run tests for specific package
yarn workspace @internal/datev-lohn-extract-core test-unit

Commits

This repository uses Conventional Commits:

git commit -m "feat: add new feature"
git commit -m "fix: resolve bug"
git commit -m "docs: update documentation"

Valid types: feat, fix, docs, style, refactor, test, chore

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors