1.0.0 • Published 2 months ago

@tdurieux/dinghy v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Dinghy

CI

A library to parse and modify Dockerfiles

Install

npm install @tdurieux/dinghy

Usage

import * as dindhy from "@tdurieux/dinghy";

const ast = await dindhy.dockerfileParser.parseDocker(/* file */);
ast.traverse((node) => {
  if (ast instanceof dindhy.nodeType.DockerOpsValueNode) {
    console.log(ast.value);
  }
});
1.0.0

2 months ago

0.5.10

6 months ago

0.5.8

6 months ago

0.7.5

6 months ago

0.5.7

6 months ago

0.5.9

6 months ago

0.7.2

6 months ago

0.7.1

6 months ago

0.7.4

6 months ago

0.5.6

6 months ago

0.7.3

6 months ago

0.7.0

6 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago