gblmarquez / node-vboxmanage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__      ______   ______   ____  __          _   _          _____ ______ 
\ \    / /  _ \ / __ \ \ / /  \/  |   /\   | \ | |   /\   / ____|  ____|
 \ \  / /| |_) | |  | \ 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 as an example.

Documentation

The library is self-documented with closure-style comments embedded directly into the source code.

About

License:MIT License


Languages

Language:CoffeeScript 99.1%Language:JavaScript 0.9%