lancet

0.0.2 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i lancet

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • jskulski