Skip to content

lovebrew/nestcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nestcli

nestcli is a command-line tool for LÖVE Potion games, designed to streamline the development process by providing a command-line interface for managing and connecting to debug targets over a network.

Command Line

A simple CLI tool for LÖVE Potion games.

Usage: nestcli.exe <COMMAND>

Commands:
  config  Add, remove, or list configured target devices
  debug   Tools for debugging builds and resolving symbols
  bundle  Bundle utilization commands
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Installation

Important

The project is built using the rust programming language. Ensure that it is installed before trying to build the project.

1. Clone the repository

git clone https://github.com/TurtleP/nestdbg
cd nestdbg

2. Install the binary locally

cargo install --path .

Alternatively, install the tool through crates.io:

cargo install nestcli

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages