What is the nxf CLI and how do I install it?
Updated 20 August 2026·1 views
The nxf CLI
Code generation runs through thenxf CLI on both Studio and Core.
\\\bash
npm install -g underpeaks-nxf
\\\
Once installed, log in and generate:
\\\bash
nxf login
nxf generate flutter # or nextjs
\\\
See Quick Start for the full walkthrough.Was this article helpful?