The minimal framework for transform R shiny application into standalone
You can install nhyris globally using npm:
npm i -g nhyrisThis will add the nhyris command to your PATH.
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 myappThis project is licensed under the MIT License - see the LICENSE file for details.
