# @containers-js/containerd

> TypeScript client for [`containerd`](https://github.com/containerd/containerd).

Latest version **0.0.1** (published 2021-07-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @containers-js/containerd
pnpm add @containers-js/containerd
yarn add @containers-js/containerd
bun add @containers-js/containerd
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2021-07-07 |
| First published | 2021-07-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 423.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Jacob Gillespie |
| Maintainers | jacobwgillespie |

## Links

- npm: https://www.npmjs.com/package/@containers-js/containerd
- Repository: https://github.com/containers-js/containerd
- Issues: https://github.com/containers-js/containerd/issues
- Funding: https://github.com/sponsors/jacobwgillespie
- npm.io page: https://npm.io/package/@containers-js/containerd

## Dependencies (2)

- [@grpc/grpc-js](https://npm.io/package/@grpc/grpc-js.md) ^1.3.4
- [@grpc/proto-loader](https://npm.io/package/@grpc/proto-loader.md) ^0.6.4

## Recent versions

- 0.0.1 (latest) — 2021-07-07

## README

# @containers-js/containerd

TypeScript client for [`containerd`](https://github.com/containerd/containerd).

## Installation

First, ensure you have installed the `containerd` command-line interface.

Next, install with your preferred package manager:

```shell
$ yarn add @containers-js/containerd
$ npm install @containers-js/containerd
$ pnpm add @containers-js/containerd
```

## Usage

```typescript
import {Client} from '@containers-js/containerd'

const client = new Client('unix:/run/containerd/containerd.sock', 'example-namespace')
const res = await client.containers.list({})
```

## License

MIT License, see `LICENSE`

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