__ ______ ______ ____ __ _ _ _____ ______
\ \ / / _ \ / __ \ \ / / \/ | /\ | \ | | /\ / ____| ____|
\ \ / /| |_) | | | \ 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.
The library is self-documented with closure-style comments embedded directly into the source code.