Skip to content

fibbojs/cli

Repository files navigation

Fibbo CLI

npm version npm downloads License

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