Skip to content

Byndyusoft/nest-pino

Repository files navigation

nest-pino

npm@latest test code style: prettier

Patches for nestjs-pino

Requirements

  • Node.js v16 LTS or later
  • Yarn

Install

yarn add @byndyusoft/nest-pino

Migrate to @byndyusoft/nest-pino

  • Replace import
yarn dlx jscodeshift ./packages/app --extensions=ts --parser=ts --transform=./node_modules/@byndyusoft/nest-pino/codemods/replace-import-specifier.js
  • Fix lint issues
yarn run lint:fix

Usage

See upstream README

How to release new version

  • Get tag from upstream releases and verify codebase
  • Make changes in patches and deploy workflow if necessary
  • Create new tag and release in this repository in format: v[upstream tag]-[patch version], e.g. v3.1.2-1
  • See deploy progress here

Maintainers

License

This repository is released under version 2.0 of the Apache License.