Skip to content

rockset/rockset-js

Repository files navigation

rockset-js

The Official Home for all of Rockset's JS/TS Developer Tools

Note: The Rockset CLI and VSCode extension are currently in a beta release. Please report any bugs to Rockset Customer Support

Build|Lint|Test lerna Strict TypeScript Checked

This repo is managed by lerna and yarn workspaces.

Live Demo

You can view a live demo that covers all of these tools here.

Packages

All Lerna packages are in packages directory. Each individual project has detailed documentation about its usage.

Contributing

To get started, please ensure that you are on Node.js 12.x.

# install dependencies
yarn

# Watch all files for changes
yarn start

# Build production versions
yarn run build

Publishing

The publishing of all of the above projects is handled automatically through Github Actions. Simply run the following in the repository root, and then monitor the deployment in Github Actions.

./release

The only exception to the above is the VSCode plugin, which currently is manually deployed.