# askmike

> Ask Mike for help

Latest version **1.2.2** (published 2019-03-06) · MIT license · 0 weekly downloads

## Install

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

Provides the commands `askmike`, `ask-mike`.

## 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.2.2 |
| Published | 2019-03-06 |
| First published | 2019-02-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 164 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Mike King |
| Maintainers | mikkelking |
| Keywords | swiss, army, knife, cli |

## Links

- npm: https://www.npmjs.com/package/askmike
- Repository: https://github.com/mikkelking/askmike
- Homepage: https://github.com/mikkelking/askmike#readme
- Issues: https://github.com/mikkelking/askmike/issues
- npm.io page: https://npm.io/package/askmike

## Dependencies (7)

- [os](https://npm.io/package/os.md) ^0.1.1
- [rc](https://npm.io/package/rc.md) ^1.2.8
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [debug](https://npm.io/package/debug.md) ^4.1.1
- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [terminal-image](https://npm.io/package/terminal-image.md) ^0.1.2
- [recursive-readdir](https://npm.io/package/recursive-readdir.md) ^2.2.2

## 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.2.2 (latest) — 2019-03-06
- 1.2.1 — 2019-03-06
- 1.1.0 — 2019-02-02
- 1.0.0 — 2019-02-01

## README

# Ask Mike

A Command line utility to do stuff

## Why?

Because I write useful code (at least for me), and want to install it in all of my environments

## Getting started

```
npm install -g askmike  # Install globally, not to the project
askmike ip   # Prints your ip address
```

# Available Commands

| Command  | Purpose                                   |
| -------- | ----------------------------------------- |
| cfg-check | Check your settings, proxies, .npmrc etc  |
| ip       | Show all ip addresses and interface names |


# Development

## Running the tests

Testing is quite simple atm. Feel free to add test cases, particularly if something is broken.

```
npm run test
```

## Deployment

No need, this is a dev time tool. You don't even need to add it to your project

## Contributing

Feel free to submit pull requests

## Authors

- **Mike King** - _Initial work_

## License

This project is licensed under the MIT License

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