{"_id":"taketalk","_rev":"2763881","name":"taketalk","description":"Ever wanted a bin for your node module?","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"stephenplusplus","email":""}],"time":{"modified":"2022-02-14T08:03:36.000Z","created":"2014-06-16T16:19:39.744Z","1.0.0":"2015-01-20T17:39:10.642Z","0.1.1":"2014-06-17T16:54:16.688Z","0.1.0":"2014-06-16T16:19:39.744Z"},"users":{},"author":{"name":"Stephen Sawchuk"},"repository":{"type":"git","url":"https://github.com/stephenplusplus/taketalk"},"versions":{"1.0.0":{"name":"taketalk","version":"1.0.0","description":"Ever wanted a bin for your node module?","repository":{"type":"git","url":"https://github.com/stephenplusplus/taketalk"},"keywords":["cli","bin","node","npm"],"scripts":{"test":"mocha"},"author":{"name":"Stephen Sawchuk"},"license":"MIT","files":["index.js"],"dependencies":{"get-stdin":"^4.0.1","minimist":"^1.1.0"},"devDependencies":{"mocha":"*"},"gitHead":"c14d6ba2e4c3b588a7790f0f03d60ded5f12b352","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"homepage":"https://github.com/stephenplusplus/taketalk","_id":"taketalk@1.0.0","_shasum":"b4d4f0deed206ae7df775b129ea2ca6de52f26dd","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"stephenplusplus","email":"sawchuk@gmail.com"},"maintainers":[{"name":"stephenplusplus","email":""}],"dist":{"shasum":"b4d4f0deed206ae7df775b129ea2ca6de52f26dd","size":1075,"noattachment":false,"key":"/taketalk/-/taketalk-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/taketalk/download/taketalk-1.0.0.tgz"},"directories":{},"publish_time":1421775550642,"_hasShrinkwrap":false,"_cnpm_publish_time":1421775550642,"_cnpmcore_publish_time":"2021-12-16T15:21:18.530Z"},"0.1.1":{"name":"taketalk","version":"0.1.1","description":"Take talk.","main":"index.js","repository":{"type":"git","url":"git://github.com/stephenplusplus/taketalk"},"keywords":["cli","bin","node","npm"],"scripts":{"test":"mocha"},"author":{"name":"Stephen Sawchuk"},"license":"MIT","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"homepage":"https://github.com/stephenplusplus/taketalk","dependencies":{"get-stdin":"^0.1.0","minimist":"^0.1.0"},"devDependencies":{"mocha":"*"},"_id":"taketalk@0.1.1","_shasum":"00aab561a0e3ae948564b2168245bcaf72d61519","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"stephenplusplus","email":"sawchuk@gmail.com"},"maintainers":[{"name":"stephenplusplus","email":""}],"dist":{"shasum":"00aab561a0e3ae948564b2168245bcaf72d61519","size":2158,"noattachment":false,"key":"/taketalk/-/taketalk-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/taketalk/download/taketalk-0.1.1.tgz"},"directories":{},"publish_time":1403024056688,"_hasShrinkwrap":false,"_cnpm_publish_time":1403024056688,"_cnpmcore_publish_time":"2021-12-16T15:21:18.737Z"},"0.1.0":{"name":"taketalk","version":"0.1.0","description":"Take talk.","main":"index.js","repository":{"type":"git","url":"git://github.com/stephenplusplus/taketalk"},"keywords":["cli","bin","node","npm"],"scripts":{"test":"mocha"},"author":{"name":"Stephen Sawchuk"},"license":"MIT","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"homepage":"https://github.com/stephenplusplus/taketalk","dependencies":{"get-stdin":"^0.1.0","minimist":"^0.1.0"},"devDependencies":{"mocha":"*"},"_id":"taketalk@0.1.0","_shasum":"99facc43a56caaafa1a0e20cc4d80a6892e802bf","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"stephenplusplus","email":"sawchuk@gmail.com"},"maintainers":[{"name":"stephenplusplus","email":""}],"dist":{"shasum":"99facc43a56caaafa1a0e20cc4d80a6892e802bf","size":2183,"noattachment":false,"key":"/taketalk/-/taketalk-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/taketalk/download/taketalk-0.1.0.tgz"},"directories":{},"publish_time":1402935579744,"_hasShrinkwrap":false,"_cnpm_publish_time":1402935579744,"_cnpmcore_publish_time":"2021-12-16T15:21:18.922Z"}},"readme":"# taketalk\n\n> Ever wanted a bin for your node module?\n\n\n## Install\n\n```\n$ npm install --save taketalk\n```\n\n\n## Usage\n\n```js\n#!/usr/bin/env node\n\nrequire('taketalk')({\n  init: function (input, options) {\n    console.log('This is the input from the CLI:', input);\n    console.log('These are the options passed:', options);\n  },\n\n  help: 'Help yaself!' || function () {\n    console.log('Print this when a user wants help.');\n  },\n\n  version: '0.1.1' || function () {\n    console.log('Print this when a user asks for the version.');\n  }\n});\n```\n\n\n## License\n\nMIT © Stephen Sawchuk\n","_attachments":{},"homepage":"https://github.com/stephenplusplus/taketalk","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"license":"MIT"}