https://github.com/oracle/oci-typescript-sdk
Oracle Cloud Infrastructure SDK for TypeScript and JavaScript
https://github.com/oracle/oci-typescript-sdk
cloud javascript nodejs oracle-cloud sdk typescript
Last synced: 9 days ago
JSON representation
Oracle Cloud Infrastructure SDK for TypeScript and JavaScript
- Host: GitHub
- URL: https://github.com/oracle/oci-typescript-sdk
- Owner: oracle
- License: other
- Created: 2020-05-18T19:04:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T12:50:05.000Z (18 days ago)
- Last Synced: 2025-05-08T18:53:17.599Z (16 days ago)
- Topics: cloud, javascript, nodejs, oracle-cloud, sdk, typescript
- Language: TypeScript
- Homepage: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdk.htm
- Size: 82.6 MB
- Stars: 87
- Watchers: 22
- Forks: 59
- Open Issues: 50
-
Metadata Files:
- Readme: README-development.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Oracle Cloud Infrastructure SDK for TypeScript and JavaScript Development
## Getting Started
The following instructions assume that you have [typescript](https://www.npmjs.com/package/typescript) [node](https://nodejs.org) installed.
Now clone the repository to your machine:
```
git clone https://github.com/oracle/oci-typescript-sdk.git
cd oci-typescript-sdk
```### SDK Dependencies
```
# npm install the dependencies
npm install
```This will install all the dependencies of the SDK into your workspace.
### Building
```
# compile the TypeScript files into JavaScript files
npm run build
```