JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q66075F
  • License MIT

VBoxManage wrapper library.

Package Exports

  • vboxmanage

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vboxmanage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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 as an example.

Documentation

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