0.0.4 • Published 6 years ago
@fashiondx/fdx-logger-module v0.0.4
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://github.com/FashionDx/fdx-logger-module.git - Change working directory,
cd fdx-logger-module - Install project dependencies,
npm install - Create
distdirectory,mkdir dist. - Run
npm run clean. - Run
npm run preversion.
Project Directory Structure
Project directory structure setup based on the article: https://kjaer.io/ts-npm-config/