Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhermsmeier/node-vmdk
- Owner: jhermsmeier
- License: mit
- Created: 2017-03-23T18:39:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T12:33:00.000Z (over 5 years ago)
- Last Synced: 2024-12-03T05:47:31.305Z (19 days ago)
- Topics: disk, disk-image, virtualbox, vmdk, vmware
- Language: JavaScript
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)