@eleopard/fdx-logger-module
v0.0.3
Published
Custom logger
Readme
fdx-logger-module
Custom logging module to generate custom formatted logs
Pre-requisites
- npm v6.10.3 or higher
- Node v10.15.3 or higher
Installation Steps (for Linux-based systems)
- Clone the Github repo,
git clone https://[email protected]/bitbucket-eleopard/fdx-logger-module.git - Change working directory,
cd fdx-lb4-boilerplate - Install project dependencies,
npm install - Create
distdirectory,mkdir dist. - Run
npm run clean. - Run
npm run build.
Project Directory Structure
Project directory structure setup based on the article: https://kjaer.io/ts-npm-config/
