# taketalk

> Ever wanted a bin for your node module?

Latest version **1.0.0** (published 2015-01-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install taketalk
pnpm add taketalk
yarn add taketalk
bun add taketalk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-01-20 |
| First published | 2014-06-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Stephen Sawchuk |
| Maintainers | stephenplusplus |
| Keywords | cli, bin, node, npm |

## Links

- npm: https://www.npmjs.com/package/taketalk
- Repository: https://github.com/stephenplusplus/taketalk
- Issues: https://github.com/stephenplusplus/taketalk/issues
- npm.io page: https://npm.io/package/taketalk

## Dependencies (2)

- [minimist](https://npm.io/package/minimist.md) ^1.1.0
- [get-stdin](https://npm.io/package/get-stdin.md) ^4.0.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-01-20
- 0.1.1 — 2014-06-17
- 0.1.0 — 2014-06-16

## README

# taketalk

> Ever wanted a bin for your node module?


## Install

```
$ npm install --save taketalk
```


## Usage

```js
#!/usr/bin/env node

require('taketalk')({
  init: function (input, options) {
    console.log('This is the input from the CLI:', input);
    console.log('These are the options passed:', options);
  },

  help: 'Help yaself!' || function () {
    console.log('Print this when a user wants help.');
  },

  version: '0.1.1' || function () {
    console.log('Print this when a user asks for the version.');
  }
});
```


## License

MIT © Stephen Sawchuk

---
_Source: https://npm.io/package/taketalk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
