2.1.1 • Published 1 month ago
@sozialhelden/core v2.1.1
@sozialhelden/core
Core utilities shared by different sozialhelden projects.
Getting started
Install dependencies:
npm ci
Run tests:
npm run test
Build a production version:
npm run build
Run linter/formatters:
# Run linter
npm run lint
# Run linter and automatically fix fixable issues
npm run lint:fix
# Run formatter
npm run format
# Run formatter and automatically fix fixable issues
npm run format:fix
# Run typecheck
npm run typecheck
License
MIT