@eclipse-che/devfile-converter
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-7ae0484 • Public • Published

devfile-converter

This library allows to convert devfile v1 to devfile v2 or the opposite.

import * as devfileConverter from '@eclipse-che/devfile-converter';
async function v2ToV1(devfileV2: Devfile, externalContentAccess?: (filename: string) => Promise<string>): Promise<che.workspace.devfile.Devfile>
async function v1ToV2(devfileV1: che.workspace.devfile.Devfile): Promise<Devfile>

Readme

Keywords

none

Package Sidebar

Install

npm i @eclipse-che/devfile-converter

Weekly Downloads

38

Version

0.0.1-7ae0484

License

EPL-2.0

Unpacked Size

89.4 kB

Total Files

20

Last publish

Collaborators

  • svor
  • eclipse_che
  • florentbenoit
  • mkuznets