1.0.1 • Published 7 months ago
diegos-fly-logger v1.0.1
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
Run the release script with the desired version:
sh release.sh <version>
Publish the package to npm:
npm publish