https://github.com/oat-sa/pci-sdk
PCI Software Development Kit
https://github.com/oat-sa/pci-sdk
Last synced: 6 months ago
JSON representation
PCI Software Development Kit
- Host: GitHub
- URL: https://github.com/oat-sa/pci-sdk
- Owner: oat-sa
- License: gpl-2.0
- Created: 2022-09-02T15:15:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T09:22:05.000Z (10 months ago)
- Last Synced: 2024-11-12T07:40:24.340Z (7 months ago)
- Language: EJS
- Size: 68.4 KB
- Stars: 1
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pci-sdk
PCI Software Development Kit (prototype)
## Generate PCI skeleton
### Runtime only
```
npm run pci:runtime
```### Add the TAO PCI Creator part to a runtime
```
npm run pci:creator
```If you use the same `path` and `typeIdentifier` than the runtime it will generate the creator part on top of it.
### Add a TAO install script for a PCI
```
npm run pci:installer
```### Add a TAO migration script for a PCI
```
npm run pci:migration
```