Skip to main content

Tooling setup

Getting the npm package

To install Rostar, make sure Node.js is set up. After that, it can installed by getting the rostar package:

npm install -g rostar

Running the command with the -g argument is recommended, and allows you to run rostar from any location in your console.

Installing Rojo and Lune

It is recommended to use Rokit for managing Rostar's required tools - Rojo and Lune.

Simple instructions for installing Rokit are available in its GitHub repository. When you'll initialize a project with Rostar, the necessary tooling will then install.

If Rojo and Lune binaries are already available in the system PATH, Rokit isn't necessary.