Skip to content

Latest commit

History

History
37 lines (21 loc) 路 987 Bytes

File metadata and controls

37 lines (21 loc) 路 987 Bytes

OBOS public frontend modules

This a monorepo of OBOS' open source frontend modules.

Packages

  • format - A collection of formatting methods for 馃嚦馃嚧 and 馃嚫馃嚜.
  • validation - A collection of validation methods for 馃嚦馃嚧 and 馃嚫馃嚜.

Contributing

Setup pnpm

See the pnpm installation guide.

pnpm install

Linting

This repository uses biome for linting.

Build

pnpm build

File naming convention

  • Use kebab-case for file names. This is enforced at a linter level.

Releases and changelogs

We use an automated release process based on changesets and a Github action to version, release and publish the packages. Meaningful changes should be documented by running pnpm changeset and be a part of the pull request. Remember to follow semver.