Skip to content

jahnen/nhyris

Repository files navigation

Project banner

npm

nhyris

The minimal framework for transform R shiny application into standalone

Dependencies

License: MIT Node.js Electron Electron Forge R pak

How to install

You can install nhyris globally using npm:

npm i -g nhyris

This 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 myapp with 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 myapp

License

This project is licensed under the MIT License - see the LICENSE file for details.