Skip to content

๐Ÿ’š A Love2D live reloader with Moonscript support

License

Notifications You must be signed in to change notification settings

patrixr/lovelier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Lovelier

forthebadge

A Love2D reloader with Moonscript support.

Dependencies

Installation

$> npm install -g lovelier

Usage

$> lovelier --help

Usage: lovelier [options] [command]

Options:
  -V, --version  output the version number
  -m, --moon     use moonscript
  -b, --bin      love binary path
  -h, --help     output usage information

Commands:
  dev <folder>   run the game in development mode

Running your Love2D Project

$> cd myProject
$> lovelier dev .

With Moonscript

$> cd myProject
$> lovelier --moon dev .

With a specific Love2D path

$> cd myProject
$> lovelier --bin /usr/local/bin/love dev .

Patform notes

OSX

Running love can trigger a unidentified developer error, which can be solved by allowing love in the System Preferences