Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchoupinax/proxmox-sdk
About Opiniated and abtracted Typescript SDK for Proxmox.
https://github.com/tchoupinax/proxmox-sdk
npm proxmox sdk typescript
Last synced: 20 days ago
JSON representation
About Opiniated and abtracted Typescript SDK for Proxmox.
- Host: GitHub
- URL: https://github.com/tchoupinax/proxmox-sdk
- Owner: Tchoupinax
- License: mit
- Created: 2024-07-04T08:46:35.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T06:41:32.000Z (3 months ago)
- Last Synced: 2024-10-23T12:42:52.984Z (3 months ago)
- Topics: npm, proxmox, sdk, typescript
- Language: TypeScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# proxmox-sdk
## Motivation
I would like to work with Proxmox API and I did not find serious project for having a good and typed SDK. Moreover, these SDK are only reproducing the REST api without any added value. Proxmox API has a lot of complexity to understand and this SDK aims to make developer's life easier.
## Development
Using [yalc](https://github.com/wclr/yalc), it's easy to make local update and to test the package in your project.
- `yalc publish` # In the SDK repository
- `yalc install proxmox-sdk@version` # In your project## Sources
- https://medium.com/@the_nick_morgan/creating-an-npm-package-with-typescript-c38b97a793cf