alphafantomu / simple-luv

a self-contained binary that helps with setting up for a new project or for future projects for Luvit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-luv

A self-contained binary CLI that helps with setting up for a new project or for future projects for Luvit. Supports Windows and Linux but Linux hasn't been tested. There's an issue with setting up environment paths, please be wary

Installation

You can get the latest release here, only Windows x64 binaries are provided.

Build

Install lit, change to the SimpleLuv directory and run `lit make .'

Usage

  • simpleluv setup Moves Luvit, Luvi, and Lit binaries to a global binary directory then
  • simpleluv link <...> Links libraries to the project directory with relative or absolute paths, usable only for VSCode
  • simpleluv githublink <...> Links libraries to the project directory starting in Github Desktop's Repository Directory, usable only for VSCode
  • simpleluv gitignore Creates a .gitignore file for the project directory, used for ignoring file extensions like .dll and .so.
  • simpleluv editorconfig Creates a .editorconfig for the proejct directory, used for tabbing when reading code from GitHub Repositories.

License

MIT License

Contact

  • Discord: Arivistraliavatoriar#2678

About

a self-contained binary that helps with setting up for a new project or for future projects for Luvit

License:MIT License


Languages

Language:Lua 100.0%