https://github.com/posit-dev/shiny-bindings
Monorepo containing Javascript packages that simplify the experience of writing custom bindings for Shiny apps
https://github.com/posit-dev/shiny-bindings
Last synced: 12 days ago
JSON representation
Monorepo containing Javascript packages that simplify the experience of writing custom bindings for Shiny apps
- Host: GitHub
- URL: https://github.com/posit-dev/shiny-bindings
- Owner: posit-dev
- Created: 2023-12-07T16:27:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T19:22:01.000Z (about 1 year ago)
- Last Synced: 2024-04-13T14:51:44.661Z (about 1 year ago)
- Language: JavaScript
- Size: 397 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: news.md
Awesome Lists containing this project
- jimsghstars - posit-dev/shiny-bindings - Monorepo containing Javascript packages that simplify the experience of writing custom bindings for Shiny apps (JavaScript)
README
# `Shiny Bindings` monorepo
## What
This is a monorepo containing packages for extending Shiny with Javascript/Typescript code.
Currently there are two packages: `@posit-dev/shiny-bindings-core` and `@posit-dev/shiny-bindings-react`. See their respective READMEs for more information. [@posit-dev/shiny-bindings-core](packages/core/README.md) [@posit-dev/shiny-bindings-react](packages/react/README.md).
## Development
Dependencies for both packages can be installed in the root directory with
```bash
npm i
```Each package needs to be build and deployed separately. See the READMEs for each package for more information.