Overview
nf editor starts the NanoForge editor - a visual environment for inspecting and authoring your
game. When a project path is given, the editor opens that project; by default it then opens in
your browser.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Launch the NanoForge visual editor
nf editor starts the NanoForge editor - a visual environment for inspecting and authoring your
game. When a project path is given, the editor opens that project; by default it then opens in
your browser.
nf editor [path]
| Option | Description |
|---|---|
[path] | Path to the project to open in the editor. |
-d, --directory <directory> | Working directory of the command. |
--open | Open the editor in the default web browser. Default: true when path is set, else false. |
--no-open | Do not open the editor in the browser. |
nf editor .
nf editor --no-open