Skip to content

Commit 75239b5

Browse files
authored
Revise README for clarity and updated content
Updated the README to reflect the evolution of the repository and improved installation instructions. Signed-off-by: Andrew Poženel - SloDevTeam <andrew.pozenel@tutanota.com>
1 parent d2f828a commit 75239b5

1 file changed

Lines changed: 34 additions & 35 deletions

File tree

README.md

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,59 @@
1-
![wooden-box-148977_1280](https://user-images.githubusercontent.com/22171451/210179607-af7ce307-de94-40cd-8975-b3f18d0cfdda.png)
1+
# 📦 DEV-tools Scoop Bucket
22

3+
![Wooden Box Banner](https://user-images.githubusercontent.com/22171451/210179607-af7ce307-de94-40cd-8975-b3f18d0cfdda.png)
34

5+
> **Note:** This repository has evolved from development tools into a "sanctuary" for various applications - apps, games, and more!
46
7+
## 🚀 Quick Start
58

6-
<hr>
7-
📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦
8-
<hr>
9+
Add this bucket to your Scoop installation:
910

11+
```
12+
scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git
13+
```
1014

15+
Pro Tip: Quick install everything at once:
1116

17+
```
18+
scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git && scoop update && scoop install <app-name>
19+
```
20+
📥 Installation Example
1221

22+
```
23+
scoop install gdevelop
24+
```
1325

14-
[![Issues](https://github.com/anderlli0053/DEV-tools/actions/workflows/issues.yml/badge.svg?branch=master)](https://github.com/anderlli0053/DEV-tools/actions/workflows/issues.yml)
26+
Or simply:
27+
```
1528
29+
scoop install <any-app-name-in-bucket>
1630
17-
[![Excavator](https://github.com/anderlli0053/DEV-tools/actions/workflows/excavator.yml/badge.svg?branch=master)](https://github.com/anderlli0053/DEV-tools/actions/workflows/excavator.yml)
31+
```
1832

33+
🔄 Maintenance
1934

20-
[![Commented Pull Request](https://github.com/anderlli0053/DEV-tools/actions/workflows/issue_comment.yml/badge.svg?branch=master)](https://github.com/anderlli0053/DEV-tools/actions/workflows/issue_comment.yml)
35+
Update the bucket: scoop update
2136

37+
View all Scoop commands: Just type scoop and press Enter
2238

23-
[![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2Fanderlli0053%2FDEV-tools&labelColor=%2337d67a&countColor=%23697689)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Fanderlli0053%2FDEV-tools)
24-
<hr><hr>
39+
📋 Requirements
2540

26-
Everything regarding Scoop software can be found on [this](https://scoop.sh/) official page
41+
Scoop installed and in your system PATH
2742

28-
### This repository/bucket has become a "sanctuary" for various apps, not just developement tools as it was supposed to be at first 😄
29-
<hr><hr>
30-
Add this bucket after installing Scoop by typing:
43+
Any command-line interface (CMD, PowerShell, etc.)
3144

32-
```scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git```
45+
🏗️ CI/CD Status
3346

34-
Even faster way is ```scoop bucket add anderlli0053_DEV-tools https://github.com/anderlli0053/DEV-tools.git && scoop update && scoop install <anyAPPNameInTheBucket>```
35-
<hr><hr>
36-
Installing example:
47+
This bucket is automatically maintained using GitHub's CI/CD pipeline:
3748

38-
* ```scoop install gdevelop```
3949

40-
or basically ```scoop install <anyAPPNameInTheBucket>```
50+
ℹ️ About
4151

42-
For updating the bucket with the upstream use ```scoop update```, for other commands you can write ```scoop``` and press ENTER, it will output the list of available Scoop commands.
43-
<hr>
44-
Once the Scoop is successfully installed and in the System PATH, you can use whatever command-line you like, CMD, PowerShell,...
52+
What started as a personal collection of manifests for development tools has grown into a comprehensive container for all kinds of software. From utilities to games, if you can name it, it might be here!
4553

54+
🔗 Resources
4655

47-
<hr>
56+
- [Scoop search engine](https://scoop.sh/)
57+
- [Official Scoop repository](https://github.com/ScoopInstaller/Scoop/)
4858

49-
___It started as a collection of manifests for development tools that i wrote, but then turned into a container of pretty much everything. Apps, Games, ... you name it!.___
50-
<hr>
51-
52-
### THIS BUCKET USES GitHub's CI/CD THAT TAKE CARE OF IT ###
53-
54-
<hr>
55-
56-
📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦📦
57-
<hr>
58-
59-
60-
<hr>
59+
📦

0 commit comments

Comments
 (0)