Ruda Package Manager

The Ruda Package Manager is a tool for managing packages written in Ruda. It is used to install, update, remove and search for

It comes with the Ruda development kit and is installed by default.

It is not a bad idea to learn a thing or two about the package manager, sice it is the main way to interact with your Ruda projects.

Help

To get help on the package manager, run ruda help or ruda <command> -h.

Version

To get the version of the package manager, run ruda -V.

Initialize a project

To initialize a project, run ruda init or ruda init <path>.

This will use the current directory (or specified) as the project directory and creates:

Options