This repository contains libraries that I work on in my spare time. The purpose of these tools is to provide elegant and reusable solutions to problems that we encounter day-to-day when developing web services.
- query: filter, sort and paginate your data
- applications: applications
- components: internal packages
- packages: published packages
- scripts: repository task automation
- templates: base to create a new application / packages
- kubernetes: deployment manifests
- pnpm efficient package manager
- typescript static type checking
- swc fast typescript compiler / bundler
- changesets version and changelog management
- turborepo high-performance build system
- eslint code linting
- prettier for code formatting
- pnpm >=8.2.0
- node >=18.14
build
: build all packagesclean
: clean previous build outputchangeset
: generate a changesetrelease
: consume changesets to bump versions and generate changelogspublish-packages
: publish packages