Skip to content

Prepare

The prepare command prepares Nubo files for faster execution.

Terminal window
nubo prepare <file|folder>
Terminal window
nubo prepare <file|folder>

Prepare a project folder:

Terminal window
nubo prepare src

Prepare one file:

Terminal window
nubo prepare main.nubo

The command accepts only one file or folder at a time.

If more than one argument is provided, Nubo prints:

Only one folder can be prepared at a time

If no file or folder is provided, Nubo prints the command help.

Terminal window
nubo prepare