https://github.com/toudi/joker
tool for managing a lightweight local development stack
https://github.com/toudi/joker
dev docker-compose environment lightweight local stack
Last synced: 5 months ago
JSON representation
tool for managing a lightweight local development stack
- Host: GitHub
- URL: https://github.com/toudi/joker
- Owner: toudi
- Created: 2024-06-15T21:38:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T17:52:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T01:05:43.126Z (over 1 year ago)
- Topics: dev, docker-compose, environment, lightweight, local, stack
- Language: Go
- Homepage: https://joker.po-godzinach.info/
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joker
Joker is a tool that aims to make local development faster and simpler.
There's a provided example that you can take a look at in the `example` directory.
You can also read the online documentation at https://joker.po-godzinach.info/
in order to build from source please do:
```shell
go build -o joker
```