0.1.0 • Published 7 years ago

memory-waffle v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

memory-waffle

mw accepts a ready callback of the signature function(prompt) {}. omitting this callback will call interface#prompt for you.

var mw = require('memory-waffle')

mw({
  frobnicate: function(a, b, done) {
    foobar(a, b)
    done()
  }
}, '$ ', function(prompt) {
  // maybe you need to do something to set up?
  // invoke `prompt` when you're ready to begin
})
0.1.0

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago