Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

👶 Inaugural Release

Compare
Choose a tag to compare
@benjamincburns benjamincburns released this 01 Apr 16:53
· 29 commits to master since this release
a037be3

This is the first release of ts-lxd which is, as far as I'm aware, the most full-featured LXD client library with TypeScript support! As mentioned in our README.md, this code is a port from node-lxd, and we expect that it will likely diverge from that codebase more and more over time. This code is not yet production ready, however we will be hardening it for production use soon!

Highlights

  • Basic support for creating containers and executing programs within those containers
  • Modernized API making use of promises over callbacks
  • Fully typed API (written in 100% TypeScript)
  • Type definitions for LXD API requests and responses