Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhermsmeier/node-vmdk

VMWare Virtual Machine Disk (VMDK) Format
https://github.com/jhermsmeier/node-vmdk

disk disk-image virtualbox vmdk vmware

Last synced: 1 day ago
JSON representation

VMWare Virtual Machine Disk (VMDK) Format

Awesome Lists containing this project

README

        

# VMDK
[![npm](https://img.shields.io/npm/v/vmdk.svg?style=flat-square)](https://npmjs.com/package/vmdk)
[![npm license](https://img.shields.io/npm/l/vmdk.svg?style=flat-square)](https://npmjs.com/package/vmdk)
[![npm downloads](https://img.shields.io/npm/dm/vmdk.svg?style=flat-square)](https://npmjs.com/package/vmdk)
[![build status](https://img.shields.io/travis/jhermsmeier/node-vmdk/master.svg?style=flat-square)](https://travis-ci.org/jhermsmeier/node-vmdk)

VMWare Virtual Machine Disk (VMDK) Format

## Install via [npm](https://npmjs.com)

```sh
$ npm install --save vmdk
```

## References

- [VMWare / Virtual Disk Format 5.0](https://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf)