https://github.com/alphafantomu/simple-luv
a self-contained binary that helps with setting up for a new project or for future projects for Luvit
https://github.com/alphafantomu/simple-luv
Last synced: about 2 months ago
JSON representation
a self-contained binary that helps with setting up for a new project or for future projects for Luvit
- Host: GitHub
- URL: https://github.com/alphafantomu/simple-luv
- Owner: alphafantomu
- License: mit
- Created: 2022-09-28T23:35:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T13:52:11.000Z (over 2 years ago)
- Last Synced: 2025-01-01T18:27:01.702Z (over 1 year ago)
- Language: Lua
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/alphafantomu/simple-luv/releases/latest), only Windows x64 binaries are provided.
# Build
Install [lit](https://github.com/luvit/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](LICENSE)
# Contact
- Discord: `Arivistraliavatoriar#2678`