@sozialhelden/core
v2.3.0
Published
Core utilities shared by different sozialhelden projects
Downloads
488
Readme
@sozialhelden/core
Core utilities shared by different sozialhelden projects.
Getting started
Install dependencies:
npm ciRun tests:
npm run testBuild a production version:
npm run buildRun 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 typecheckLicense
MIT
