Format logs

Terminal logs formatter

Format logs

From to .
JavaScriptNPMNode.jsJestCli

The format-logs project is an NPM package designed to provide flexible and lightweight formatting for terminal logs in Node.js projects. The primary goal of this project was to delve into method composition, akin to the approach used by the popular NPM package chalk. To tackle this, I implemented the builder pattern, which allowed for a versatile and composable way to format console logs. This project was a significant learning experience in building and deploying a package to NPM, and it greatly enhanced my understanding of method composition and package management. The package allows developers to easily add styles to their terminal logs, making debugging and log tracking more efficient. format-logs supports various text styles and colors, offering a customizable solution for log formatting needs. The project, hosted on NPM and available on GitHub, serves as a testament to my growth in software development and my ability to create useful tools for the developer community.