0.3.2 • Published 5 years ago

tacker v0.3.2

Weekly downloads
17
License
MIT
Repository
github
Last release
5 years ago

logo

Console log helpers for your debugging journey

travis-build-status

Getting Started

Install

npm install tacker -S

Add to source

import { printLine, printMirror, printPkgVersion, printPkgProp } from "tacker";

API

This will print the variable's name and the variable's value (regardless of variable type).

This will print the version of the specified package.

This will print any property from the specified package.

FAQ

In a sailing context, tack means "change course by turning a boat's head into and through the wind"