JSPM

oracle-to-typescript

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q22565F
  • License ISC

TypeScript generator from Oracle Database types

Package Exports

  • oracle-to-typescript

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (oracle-to-typescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

oracle-to-typescript

Generate TypeScript interfaces from Oracle Database types.

Install

Locally

npm i -D oracle-to-typescript

Globally

npm i -g oracle-to-typescript

Start

If installed Globally

otts

If installed Locally

  1. Add run sript to your package.json
 "scripts": {
     .....,
    "otts": "otts"
}
  1. Run with
npm run otts