Skip to content

Files

Latest commit

author
Walt Tran
Jun 16, 2020
48d3126 · Jun 16, 2020

History

History
28 lines (19 loc) · 607 Bytes

README-development.md

File metadata and controls

28 lines (19 loc) · 607 Bytes

Oracle Cloud Infrastructure SDK for TypeScript and JavaScript Development

Getting Started

The following instructions assume that you have typescript node 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