0.3.0 • Published 2 years ago

@dprint/dockerfile v0.3.0

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

@dprint/dockerfile

npm distribution of dprint-plugin-dockerfile.

Use this with @dprint/formatter or just use @dprint/formatter and download the dprint-plugin-dockerfile WASM file.

Example

import { getBuffer } from "@dprint/dockerfile";
import { createFromBuffer } from "@dprint/formatter";

const formatter = createFromBuffer(getBuffer());

console.log(formatter.formatText("test.dockerfile", "RUN      /bin/bash"));
0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago