Skip to content

jacob-herrera/love.yml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

love.yml

Converts the love-api to a love.yml file for use with the selene linter.

Usage

If you're using VS Code the easiest way to use selene with your project it with the extension.

  • Save the love.yml file into your LÖVE project's directory.
  • In that same directory, modify or create the selene.toml file with the following:
std="lua51+love"

Building

Building a love.yml file for an older version of the LÖVE API is very simple.

  • Clone the repo (or just copy main.lua)
git clone https://github.com/jacob-herrera/love.yml
  • Download an earlier version from the love-api releases

  • Place the love_api.lua and modules folder from the love-api into the repo

  • Run the lua file with:

lua main.lua

About

A selene library for LÖVE

Topics

Resources

Stars

Watchers

Forks

Languages