nhyris
v1.0.1
Published
CLI for packaging R Shiny apps into Electron-based desktop apps
Maintainers
Readme

nhyris
The minimal framework for transform R shiny application into standalone
Dependencies
How to install
You can install nhyris globally using npm:
npm i -g nhyrisThis will add the nhyris command to your PATH.
How to use
You can use the following commands after installing nhyris:
- Initialize a new project (replace
myappwith your project name):
nhyris init myapp- Run your Shiny app in development mode:
nhyris run myapp- Update dependencies and project files:
nhyris update myapp- Build a standalone Electron application:
nhyris build myappLicense
This project is licensed under the MIT License - see the LICENSE file for details.
