UNPKG

npm-pkgbuild

Version:

create ArchLinux, RPM and Debian packages from npm packages

7 lines (6 loc) 126 B
/** * Use buildah @see https://buildah.io */ export class BUILDAH extends DOCKER { } import { DOCKER } from "./docker.mjs";