https://github.com/nstrayer/shiny-helpers
Typescript types of component helpers for building JS extensions for Shiny apps
https://github.com/nstrayer/shiny-helpers
Last synced: 14 days ago
JSON representation
Typescript types of component helpers for building JS extensions for Shiny apps
- Host: GitHub
- URL: https://github.com/nstrayer/shiny-helpers
- Owner: nstrayer
- Created: 2023-11-20T22:25:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T16:27:41.000Z (over 1 year ago)
- Last Synced: 2024-05-09T05:23:13.064Z (11 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - nstrayer/shiny-helpers - Typescript types of component helpers for building JS extensions for Shiny apps (TypeScript)
README
# `@Shiny-Helpers` 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/main/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.