Overview
nf generate generates project files from your configuration.
It reads the config and produces the entry files and wiring your project needs, including the editor
main file when requested.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate NanoForge project files from configuration
nf generate generates project files from your configuration.
It reads the config and produces the entry files and wiring your project needs, including the editor
main file when requested.
nf generate
| Option | Description |
|---|---|
-d, --directory <directory> | Working directory of the command. |
-c, --config <config> | Path to the configuration file. |
--editor | Generate the editor main file. |
--watch | Generate in watch mode. Default: false. |
nf generate
nf generate --editor --watch