Requirements
- Node.js 20 or later
- A package manager:
npm,yarn,pnpm, orbun
Install globally
Installing the CLI globally exposes thenf command everywhere on your machine.
- npm
- pnpm
- yarn
- bun
bash npm install -g @nanoforge-dev/cli Verify the installation
nf --help lists every available command. To see the options for a specific command, append
--help to it: