https://github.com/Byndyusoft/nest-pino
Patches for nestjs-pino
https://github.com/Byndyusoft/nest-pino
Last synced: 5 months ago
JSON representation
Patches for nestjs-pino
- Host: GitHub
- URL: https://github.com/Byndyusoft/nest-pino
- Owner: Byndyusoft
- License: apache-2.0
- Created: 2023-01-09T03:47:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T17:53:07.000Z (about 1 year ago)
- Last Synced: 2024-04-23T20:17:27.460Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nest-pino
[](https://www.npmjs.com/package/@byndyusoft/nest-pino)
[](https://github.com/Byndyusoft/nest-pino/actions/workflows/test.yaml)
[](https://github.com/prettier/prettier)Patches for `nestjs-pino`
## Requirements
- Node.js v16 LTS or later
- Yarn## Install
```bash
yarn add @byndyusoft/nest-pino
```## Migrate to `@byndyusoft/nest-pino`
- Replace import
```bash
yarn dlx jscodeshift ./packages/app --extensions=ts --parser=ts --transform=./node_modules/@byndyusoft/nest-pino/codemods/replace-import-specifier.js
```- Fix lint issues
```bash
yarn run lint:fix
```## Usage
[See upstream README](https://github.com/iamolegga/nestjs-pino#readme)
## How to release new version
- Get tag from [upstream releases](https://github.com/iamolegga/nestjs-pino/releases) and verify codebase
- Make changes in patches and [deploy](./.github/workflows/deploy.yaml) 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](https://github.com/Byndyusoft/nest-pino/actions/workflows/deploy.yaml)## Maintainers
- [@Byndyusoft/owners](https://github.com/orgs/Byndyusoft/teams/owners) <>
- [@Byndyusoft/team](https://github.com/orgs/Byndyusoft/teams/team)
- [@KillWolfVlad](https://github.com/KillWolfVlad)## License
This repository is released under version 2.0 of the
[Apache License](https://www.apache.org/licenses/LICENSE-2.0).