node-TBD

0.0.1 • Public • Published

Node TBD

This library is the debugger for callback functions.

Quick Example

var TBD = require('node-TBD');
var http = require('http');
 
var server = http.createServer(TBD);
server.listen();
telnet localhost 13000
node-TBD> // input your code.

Install

npm install TBD

Author

@tricknotes

License

Licensed under MIT.

Dependents (0)

Package Sidebar

Install

npm i node-TBD

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • tricknotes