1.0.1 • Published 7 months ago

diegos-fly-logger v1.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
7 months ago

Requirements

  • express

Configuration

PRETTIFY_LOGS env var

Installation

On an express app, install the package from npm:

npm install diegos-fly-logger

Then, use it in your application:

import { logging } from 'diegos-fly-logger';

app.use(logging);

Publishing a Release

  1. Run the release script with the desired version:

    sh release.sh <version>
  2. Publish the package to npm:

    npm publish
1.0.1

7 months ago

1.0.0

8 months ago