https://github.com/opvious/sdk.ts
TypeScript optimization SDK
https://github.com/opvious/sdk.ts
cli javascript linear-programming mixed-integer-programming optimization sdk typescript
Last synced: 27 days ago
JSON representation
TypeScript optimization SDK
- Host: GitHub
- URL: https://github.com/opvious/sdk.ts
- Owner: opvious
- License: apache-2.0
- Created: 2022-06-12T23:24:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:20:27.000Z (11 months ago)
- Last Synced: 2025-03-30T01:03:25.788Z (about 1 month ago)
- Topics: cli, javascript, linear-programming, mixed-integer-programming, optimization, sdk, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/search?q=keywords:opvious
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opvious TypeScript SDK [](https://github.com/opvious/sdk.ts/actions/workflows/ci.yml) [](https://www.npmjs.com/package/opvious)
## Artifacts
### NPM packages
+ [`opvious`](packages/sdk), primary SDK. This package provides a high level
client for interacting with the Opvious API. Start here if you are not sure
which package to use.
+ [`opvious-cli`](packages/cli), command line interface powered by
the above SDK.
+ [`opvious-sheets`](packages/sheets), spreadsheet utilities. You may find these
useful if you want to process CSV files locally separately from the CLI.TypeDoc documentation: https://opvious.github.io/sdk.ts
## Developing
```sh
$ pnpm i
$ pnpm dlx husky install # Set up git hooks, only needed once
```