fibbo
v0.0.2
Published
The CLI for the Fibbo game engine
Downloads
7
Readme
Fibbo CLI
This repository contains the source code of the Fibbo CLI, the command line interface for the Fibbo game engine.
Usage
To start the Fibbo CLI, you can use the following command:
npx fibbo <command> [options]
Development
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