Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/vibox
Node.js cli helper for VirtualBox management
https://github.com/leny/vibox
Last synced: 7 days ago
JSON representation
Node.js cli helper for VirtualBox management
- Host: GitHub
- URL: https://github.com/leny/vibox
- Owner: leny
- License: mit
- Created: 2013-05-04T08:10:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T18:50:46.000Z (about 5 years ago)
- Last Synced: 2024-10-31T19:49:47.067Z (14 days ago)
- Language: JavaScript
- Homepage: http://leny.github.io/vibox/
- Size: 6.15 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# vibox
![NPM version](http://img.shields.io/npm/v/vibox.svg) ![Dependency Status](https://david-dm.org/leny/vibox.svg) ![Downloads counter](http://img.shields.io/npm/dm/vibox.svg) [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
> Node.js cli helper for VirtualBox management
* * *
vibox is a simple manager for your VirtualBoxes' VMs.In facts, it's just a wrapper over `VBoxManage`, but simplier **and** with completion (if you enable it).
## Getting Started
Install the module with: `npm install vibox`
To take the benefits of completion, add the following line to your .profile, or .bash_rc, or *whatever* : `which vibox > /dev/null && . "$( vibox --initpath )"`
## Usage
vibox [options] [command]
Commands:
list [options] list VMs
show [options] show information about specific VM
start [options] start VM
headless start VM headlessly (no GUI)
stop [options] stop VM (if ACPI support is enabled)
control control VM (start|headless|pause|resume|stop|reset|poweroff)Options:
-h, --help output usage information
-V, --version output the version number## History
**v0.0.3 (09/05/13):** Add `headless` command & completions for `control` subcommands
## Next…
However it's functionnal, there still some work to do : error handlers, some optimization.
In the future, i'll probably add support to more commands of VBoxManage.
## License
Copyright (c) 2013 Leny (http://flatland.be)Licensed under the MIT license.
* * *
**ps:** I am very sorry for my horrible english (*I came from Belgium, I speak french*). I will correct this document soon.