Skip to content

mxvincent/node-packages

Repository files navigation

What's inside?

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.

Packages

  • query: filter, sort and paginate your data

Repository structure

  • applications: applications
  • components: internal packages
  • packages: published packages
  • scripts: repository task automation
  • templates: base to create a new application / packages
  • kubernetes: deployment manifests

How this repository is working?

Requirements

  • pnpm >=8.2.0
  • node >=18.14

Commands

  • build: build all packages
  • clean: clean previous build output
  • changeset: generate a changeset
  • release: consume changesets to bump versions and generate changelogs
  • publish-packages: publish packages