Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.13 KB

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