UNPKG

semlog

Version:

A semantic logger module, that colors and formats automatically depending on the content

15 lines (11 loc) 160 B
.PHONY: ci ci: lint format-check test .PHONY: lint lint: npm run lint .PHONY: format-check format-check: npm run format:check .PHONY: test test: npm test