# vboxmanage

> VBoxManage wrapper library.

Latest version **0.0.15** (published 2014-01-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install vboxmanage
pnpm add vboxmanage
yarn add vboxmanage
bun add vboxmanage
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.15 |
| Published | 2014-01-23 |
| First published | 2013-08-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Websecurify |
| Maintainers | websecurify |
| Keywords | virtualbox, VBoxManage |

## Links

- npm: https://www.npmjs.com/package/vboxmanage
- Repository: https://github.com/websecurify/node-vboxmanage
- Issues: https://github.com/websecurify/node-vboxmanage/issues
- npm.io page: https://npm.io/package/vboxmanage

## Dependencies (4)

- [async](https://npm.io/package/async.md) 0.2.9
- [logsmith](https://npm.io/package/logsmith.md) 0.0.2
- [coffee-script](https://npm.io/package/coffee-script.md) 1.6.3
- [stream-buffers](https://npm.io/package/stream-buffers.md) 0.2.5

## Recent versions

- 0.0.15 (latest) — 2014-01-23
- 0.0.14 — 2013-09-20
- 0.0.13 — 2013-09-20
- 0.0.12 — 2013-09-05
- 0.0.11 — 2013-08-11
- 0.0.9 — 2013-08-11
- 0.0.8 — 2013-08-11
- 0.0.7 — 2013-08-11
- 0.0.6 — 2013-08-11
- 0.0.5 — 2013-08-09
- 0.0.4 — 2013-08-09
- 0.0.2 — 2013-08-08

## README

__      ______   ______   ____  __          _   _          _____ ______ 
	\ \    / /  _ \ / __ \ \ / /  \/  |   /\   | \ | |   /\   / ____|  ____|
	 \ \  / /| |_) | |  | \ V /| \  / |  /  \  |  \| |  /  \ | |  __| |__   
	  \ \/ / |  _ <| |  | |> < | |\/| | / /\ \ | . ` | / /\ \| | |_ |  __|  
	   \  /  | |_) | |__| / . \| |  | |/ ____ \| |\  |/ ____ \ |__| | |____ 
	    \/   |____/ \____/_/ \_\_|  |_/_/    \_\_| \_/_/    \_\_____|______|
	
	by Websecurify
	

This library provides a collection of functions to interact with VirtualBox via its command-line interface VBoxManage. The library is written in CoffeeScript for better readability and because if some idiomatic expressions, which make writting this type of code slightly easier and less error-prone. However, you can use the library from JavaScript just as well. See [Vortex](https://github.com/websecurify/node-vortex) as an example.

# Documentation

The library is self-documented with [closure](https://developers.google.com/closure/compiler/docs/js-for-compiler)-style comments embedded directly into the source code.

---
_Source: https://npm.io/package/vboxmanage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
