NAME

Loverl - A LÖVE2D game development command-line interface.

VERSION

version 0.002

SYNOPSIS

loverl [options]
    Options:
        new [New Project Name]
        build
        help
        version

Options new - Initializes a new LÖVE2D project directory.

Run - Runs the LÖVE2D project through the Love application.

build - Builds the LÖVE2D project into a build directory

help - Displays a help message on how to use Loverl.

version - Displays Loverl's version number.

DESCRIPTION

Loverl is a LÖVE2D game development command-line interface.

Setup

Loverl uses Perl version 5.36 or later.

Installation

Using cpanm

cpanm Loverl

Using the Project Directory

cpanm --installdeps .
perl Makefile.PL
make
make install

Git

L<Git|https://git-scm.com/> should already be installed.

LÖVE2D

L<LÖVE2D|https://love2d.org/> should already be installed.

love PATH on Linux

The LINUX_LOVE_PATH environment variable should be set inorder to use the run command.

AUTHOR

Nobunaga <nobunaga@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2023 by Nobunaga.

This is free software, licensed under:

The MIT (X11) License