https://github.com/fibbojs/cli
Official Command Line Interface for Fibbo
https://github.com/fibbojs/cli
Last synced: 14 days ago
JSON representation
Official Command Line Interface for Fibbo
- Host: GitHub
- URL: https://github.com/fibbojs/cli
- Owner: fibbojs
- License: apache-2.0
- Created: 2024-09-09T13:30:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T14:19:23.000Z (6 months ago)
- Last Synced: 2025-03-30T13:51:16.505Z (about 1 month ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fibbo CLI
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]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:
```bash
npx fibbo [options]
```## Development
- Install the dependencies
```bash
npm install
```- Run commands
To test the Fibbo CLI locally :
```bash
npm run fibbo [options]
```For example :
```bash
npm run fibbo help
npm run fibbo init 2d my-new-game
npm run fibbo upgrade
```[npm-version-src]: https://img.shields.io/npm/v/fibbo/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/fibbo[npm-downloads-src]: https://img.shields.io/npm/dm/fibbo.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/fibbo[license-src]: https://img.shields.io/npm/l/fibbo.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/fibbo