UNPKG

npm-pkgbuild

Version:

create ArchLinux, RPM and Debian packages from npm packages

11 lines (9 loc) 175 B
import { DOCKER } from "./docker.mjs"; /** * Use buildah @see https://buildah.io */ export class BUILDAH extends DOCKER { static get name() { return "buildah"; } }