0.0.3 • Published 6 years ago
@eleopard/fdx-logger-module v0.0.3
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://bitbucket-eleopard@bitbucket.org/bitbucket-eleopard/fdx-logger-module.git
- Change working directory,
cd fdx-lb4-boilerplate
- Install project dependencies,
npm install
- Create
dist
directory,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/