Logger component for JavaScript/TypeScript
- @todo
- Qtodo
- [ ] Qtodo
npm i @leyyo/logger
- [x] Language:
TS
- [x] Eslint:
Yes
- [x] Static Code Analysis:
Yes
IntelliJ Code Inspections - [x] DDD - Document Driven:
No
- [x] EDD - Exception Driven:
Yes
- [ ] TDD - Test Driven:
Yes
go to test folder
-
npm run clear
// clears "dist" folder -
npm run lint
// runs eslint for static code analysis -
npm run build
// builds JS files at "dist" folder -
npm run test
// runs test files in "test" folder -
npm run test:watch
*// runs test with watch option -
npm run test:coverage
*// runs test with coverage
-
Date
2021-11-15 -
Name
Mustafa Yelmer -
Repo
github.com/mustafayelmer/logger