Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzkiwisky/lollipopstudio
A simple CLI to help you with you love2D projects
https://github.com/itzkiwisky/lollipopstudio
Last synced: 15 days ago
JSON representation
A simple CLI to help you with you love2D projects
- Host: GitHub
- URL: https://github.com/itzkiwisky/lollipopstudio
- Owner: itzKiwiSky
- License: gpl-2.0
- Created: 2023-07-02T13:55:51.000Z (over 1 year ago)
- Default Branch: old
- Last Pushed: 2023-08-09T23:11:00.000Z (over 1 year ago)
- Last Synced: 2024-11-08T18:12:44.346Z (2 months ago)
- Language: Lua
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoveStudio - LÖVE Utility
LoveStudio is CLI (Command Line Interface) developed to help you with your LÖVE projects.
## Features
----- Project manager
- You can create, remove or open projects direct from your text editor (Supported now) :
- Visual Studio Code
- Sublime Text 3
- Library Manager
- Introducing 'Lollipop' then sweetest library manager.
- You can install libraries to your project easily.
- With one command, install everything you need to run a project on your machine.
- The project manager create a custom file on the folder structure called `.loveproject` that stores everything about the project and it's dependencies
**Usage**
```cmd
lovestudio
```
----![Alt text](assets/logo.png)
----
## About Lollipop:
Explained later, Lollipop is the library manager, You can easily install libraries to your project without even "touching" the libraries folder, to add a new just use a command, and Lollipop will automatically install the most recent library to your preject.
Lollipop is work in progress so any feedback is welcome.
---
### Credits
---
This utility couldn't be possible without those libs and resources, thanks to all :)### [JSON - Actboy](https://github.com/actboy168/json.lua/tree/master)
### [Get_OS_Name](https://github.com/bluebird75/lua_get_os_name/tree/master)
### [Logo - AcursedPixel](https://acursedpixel.itch.io)