Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

runa

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runa

  • 0.5.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Runa

Runa is a command line interface for easily creating Ruby applications.

Install

$ gem install runa

Usage

Create a new application

$ runa new runa_app
Created 'runa_app' application.
$ cd runa_app

Add gems

If you need a gem, Write it in the Gemfile.

$ code Gemfile
$ runa install
.
.
Generate '.runa/runa_load_path.rb'

Or use gem_add command.

$ runa gem_add launchy
.
.
Generate '.runa/runa_load_path.rb'

Run application

$ runa run runa_app.rb
Hello, World!

Deploy scripts for production execution

Mac/Linux/WSL

$ runa deploy runa_app.rb path/to/bin
Generate '.runa/runa_app'
Deploy execution script to 'path/to/bin/runa_app'.

$ chmod +x path/to/bin/runa_app
$ runa_app
Hello, World!

Windows

PS> runa deploy runa_app.rb path\to\bin
Generate '.runa/runa_load_path.rb'
Deploy execution script to 'path\to\bin\runa_app.bat'.

PS> runa_app
Hello, world!

FAQs

Package last updated on 30 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc