0.2.0 • Published 3 years ago

@containers-js/buildah v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

buildah

TypeScript client for buildah.

Installation

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

Next, install with your preferred package manager:

$ yarn add @containers-js/buildah
$ npm install @containers-js/buildah
$ pnpm add @containers-js/buildah

Usage

import {Buildah} from '@containers-js/buildah'

const client = new Buildah()

await client.from('library/ubuntu', {...})

License

MIT License, see LICENSE