@pextra/node-libvirt
v0.1.2
Published
A NodeJS library providing bindings (using NAPI) for libvirt written in TypeScript.
Downloads
50
Maintainers
Readme
node-libvirt
A NodeJS library providing bindings (using NAPI) for libvirt written in TypeScript.
NOTICE
This package is still in development and is not yet ready for production use. There will be breaking changes before the package is stable.
Please open an issue if you would like a specific option implemented.
Install
You must have the libvirt
development libraries installed on your system. You can install them using your system package manager.
For example, on Debian-based systems:
apt-get install libvirt-dev
After you have the libvirt
development libraries installed, you can install the package using npm:
npm install @pextra/node-libvirt
Usage
TODO
Support/Contact
For enterprise licensing, support, and consulting, please visit our website. Alternatively, you can contact us at [email protected].
If you have any questions, please feel free open an issue or a discussion. You can also contact us at [email protected].
Contributions
We welcome contributions! If you find any bugs, have feature requests, or would like to contribute enhancements, please feel free to open issues or submit pull requests.
We use gts for linting and formatting.
License
node-libvirt is licensed under the MIT License.