https://github.com/maciejwalkowiak/just
Magical 🪄 command line toolkit for developing 🍃 Spring Boot apps
https://github.com/maciejwalkowiak/just
Last synced: 3 months ago
JSON representation
Magical 🪄 command line toolkit for developing 🍃 Spring Boot apps
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/just
- Owner: maciejwalkowiak
- Created: 2022-11-29T06:10:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T08:45:41.000Z (over 2 years ago)
- Last Synced: 2025-02-25T08:39:36.533Z (8 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 311
- Watchers: 8
- Forks: 5
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Just 🚀
**Just** is a smart zero config command line interface for running Spring Boot applications in development mode (and more).
Its goal is to speed up developing applications with Spring Boot by automating common activities that occur during development.
[🌍 Project Website](https://just.maciejwalkowiak.com/) | [📗 Documentation](https://just.maciejwalkowiak.com/)
## 🛠 How to install
On MacOS:
```
$ brew install maciejwalkowiak/brew/just
```On Windows:
```
$ scoop install maciejwalkowiak/just
```More details & Linux installation steps: https://just.maciejwalkowiak.com/docs/install/
## 🏃♂️ How to use
In the terminal go to your project directory and execute:
```
$ just run
```More information in [documentation](https://just.maciejwalkowiak.com/docs/usage/just-run/) including other commands: `just build`,
`just format`, `just kill`.## 🙏 How to help
Try it out, play with your projects and whenever you find an issue please file it here:
https://github.com/maciejwalkowiak/just/issues