@tamland/logger This package provides a logger for tamland tasks. Install $ npm install logger Usage import { logger } from "@tamland/logger"; logger.log(label, message); Maintenance You can run tests with npm test.