bimagic 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +656 -0
  3. package/SECURITY.md +25 -0
  4. package/bimagic +1310 -0
  5. package/package.json +34 -0
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "bimagic",
3
+ "version": "1.4.2",
4
+ "description": "A powerful Bash-based Git automation tool that simplifies your GitHub workflow.",
5
+ "bin": {
6
+ "bimagic": "./bimagic",
7
+ "wz": "./bimagic"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"No tests specified\""
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/orion-kernel/bimagic.git"
15
+ },
16
+ "keywords": [
17
+ "git",
18
+ "cli",
19
+ "automation",
20
+ "bash",
21
+ "tui",
22
+ "gum"
23
+ ],
24
+ "author": "Bimbok",
25
+ "contributors": [
26
+ "Bimbok",
27
+ "Aditya Paul (adityapaul26)"
28
+ ],
29
+ "license": "MIT",
30
+ "bugs": {
31
+ "url": "https://github.com/orion-kernel/bimagic/issues"
32
+ },
33
+ "homepage": "https://github.com/orion-kernel/bimagic#readme"
34
+ }