Installing the CLI
The RADFish CLI is available as an npm
package, making the installation process much simpler. Follow these steps to install and use the CLI:
Install the CLI
To install the RADFish CLI globally on your system, run this command:
npm install -g @nmfs-radfish/create-radfish-app
To verify the installation, you can run:
create-radfish-app --version
This should display the version number of the installed CLI.