error-visualizer
An interactive and visually appealing error visualization tool for Node.js. Transforms cryptic stack traces into colorful, ASCII art-enhanced displays with helpful tips and an interactive exploration mode.
codeflattener
CodeFlattener is a versatile Node.js command-line tool that consolidates the structure and code of a repository, including JavaScript and TypeScript files, into a single flat file. It resolves import statements, handles TypeScript transpilation, supports
express-error-logging-middleware
It is a middleware compatible with express framework, needs to be placed as middleware in route function after the controller call. Stores all 400 and 500 errors on server that are passed as next(err) or next(new Error()) way. And helps into troubleshooti
@konan22/express-error-logging-middleware
It is a middleware compatible with express framework, needs to be placed as middleware in route function after the controller call. Stores all 400 and 500 errors on server that are passed as next(err) or next(new Error()) way. And helps into troubleshooti