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-typescriptGlobally
npm i -g oracle-to-typescriptStart
If installed Globally
ottsIf installed Locally
- Add run sript to your
package.json
"scripts": {
.....,
"otts": "otts"
}- Run with
npm run otts