@containers-js/buildah
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @containers-js/buildah

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

172 kB

Total Files

9

Last publish

Collaborators

  • jacobwgillespie