Prepare
The prepare command prepares Nubo files for faster execution.
nubo prepare <file|folder>nubo prepare <file|folder>Example
Section titled “Example”Prepare a project folder:
nubo prepare srcPrepare one file:
nubo prepare main.nuboOnly One Target
Section titled “Only One Target”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 timeMissing Arguments
Section titled “Missing Arguments”If no file or folder is provided, Nubo prints the command help.
nubo prepare