This repository contains the source code of the Fibbo CLI, the command line interface for the Fibbo game engine.
To start the Fibbo CLI, you can use the following command:
npx fibbo <command> [options]
-
Install the dependencies
npm install
-
Run commands
To test the Fibbo CLI locally :
npm run fibbo <command> [options]
For example :
npm run fibbo help npm run fibbo init 2d my-new-game npm run fibbo upgrade