Learn

Installation

Installation

Ruflet is installed from RubyGems.

Install the CLI

-function">gem install -function">ruflet

The app projects created by Ruflet still use runtime gems inside the generated Gemfile, but the command-line entrypoint you install globally is now ruflet.

Verify the install

-function">ruflet --version

What gets installed into an app later

When you run ruflet new, the generated project uses runtime gems such as:

  • ruflet_core
  • ruflet_server

That split keeps the CLI package focused on project tooling while the app itself carries the runtime dependencies it actually needs.

Next step

Continue with Creating a New Ruflet App.