π²
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.example.utils; | |
| import io.javalin.Javalin; | |
| import io.javalin.http.Context; | |
| import java.lang.reflect.InvocationTargetException; | |
| import java.lang.reflect.Method; | |
| import java.util.List; | |
| import org.example.annotations.Controller; | |
| import org.example.annotations.Delete; | |
| import org.example.annotations.Get; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| task addGitHooks { | |
| doLast { | |
| def gitHooksDir = '../.git/hooks' | |
| def preCommitHook = file('../.scripts/pre-commit') // Archivo de hook personalizado | |
| // Verifica si el directorio .git/hooks existe | |
| if (file(gitHooksDir).exists()) { | |
| // Copia el script del hook al directorio .git/hooks | |
| copy { | |
| from preCommitHook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", | |
| "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, | |
| "files": { "ignoreUnknown": false, "ignore": ["./tsconfig*"] }, | |
| "formatter": { | |
| "enabled": true, | |
| "useEditorconfig": true, | |
| "formatWithErrors": false, | |
| "indentStyle": "space", | |
| "indentWidth": 2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| β Total Stars: 9 | |
| β Total Commits: 2,156 | |
| π Total PRs: 52 | |
| π© Total Issues: 3 | |
| π¦ Contributed to: 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Java ββββββββββββββββββββββββββββββββββββ 81.19% | |
| Python ββββββββββββββββββββββββββββββββββββ 4.84% | |
| C ββββββββββββββββββββββββββββββββββββ 3.37% | |
| Lua ββββββββββββββββββββββββββββββββββββ 2.89% | |
| JavaScript ββββββββββββββββββββββββββββββββββββ 1.73% | |
| TeX ββββββββββββββββββββββββββββββββββββ 1.66% | |
| TypeScript ββββββββββββββββββββββββββββββββββββ 1.49% | |
| Dart ββββββββββββββββββββββββββββββββββββ 1.27% | |
| Shell ββββββββββββββββββββββββββββββββββββ 0.71% | |
| Makefile ββββββββββββββββββββββββββββββββββββ 0.53% |