Skip to content

Logging Driven Development library for JavaScript/TypeScript

Notifications You must be signed in to change notification settings

Palo-IT-Australia/log-dd

Repository files navigation

log-dd

By taking TDD one step further, and specifying what the log output should look like before writing the code we can expect that the logs will give maintainers clear and useful logs.


Getting Started

Prerequisites

Testing

Lint

$ npm run lint
$ npm run format

or, do it all together as the pre-commit hook does:

$ npm run format:lint:fix

Unit Tests

$ npm test
or
$ npm run test:tdd

Coverage Report

$ npm run coverage

Technology


Best Practices and Coding Patterns


Contributors

Project scaffold generated by yo palo.

About

Logging Driven Development library for JavaScript/TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published