An open API service indexing awesome lists of open source software.

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

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
```