0.0.2 • Published 8 years ago

lancet v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

Lancet

A project inspired by the wonderful q - "Quick-and-dirty debugging output for tired programmers"

Roadmap

Desired API

var l = require('lancet');

var foo='bar';
l.l(foo);

This causes a temporary file to be created and/or appended at $TMPDIR/l.

[2012-11-04T14:51:06.157Z] line 3: foo='bar'
0.0.2

8 years ago

0.0.1

8 years ago