Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yagocrispim/depman_devenv
https://github.com/yagocrispim/depman_devenv
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yagocrispim/depman_devenv
- Owner: YagoCrispim
- Created: 2024-07-28T13:24:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T13:29:10.000Z (6 months ago)
- Last Synced: 2024-07-28T14:48:55.942Z (6 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depman
## Dev env
### Local install
```bash
./cli clone
```### Commit changes in all projects
```bash
./cli commit "commit message"
```### GIT status in all projects
```bash
./cli status
```### GIT status in all projects
```bash
./cli pull
```## Sandbox
### Depman CLI - Requires Lua5.4
```bash
./depman.lua
```### Depman CLI install - Requires Lua5.4
```bash
./depman.lua -i
```### Run Sandbox with Hot reload
```bash
./cli dev
```### Run Sandbox once
```bash
./cli run
```## CLI Debugger
- Just call the global DBG function anywhere like this
```lua
DBG()()
```