Skip to content

inflated-goboscript/lazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lazy.gs

utility macros and functions to reduce boilerplate

This is a utility library which is built for goboscript. It is designed to be used with inflator.

Note

lazy.gs might go against naming conventions to look nicer. e.g. %define pen_du <...>

Credits

...

Installation

Make sure you have inflator installed

inflate install https://github.com/FAReTek1/lazy

add lazy to your inflator.toml config:

[dependencies]
# ...
lazy = "https://github.com/FAReTek1/lazy"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/FAReTek1/lazy
  2. cd lazy
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3

About

utility macros and functions to reduce boilerplate

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published